Skip to content

Commit

Permalink
remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
labkode committed Aug 27, 2024
1 parent 70ca1d9 commit eb21b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/fs/cephfs/cephfs.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ import (
"github.com/cs3org/reva/pkg/utils"
"github.com/cs3org/reva/pkg/utils/cfg"
"github.com/pkg/errors"
"go-micro.dev/v4/util/log"
)

const (
Expand Down Expand Up @@ -249,6 +248,7 @@ func (fs *cephfs) ListFolder(ctx context.Context, ref *provider.Reference, mdKey
return nil, errors.New("error: ref is nil")
}

log := appctx.GetLogger(ctx)
log.Debug().Interface("ref", ref)
fmt.Println("debugging: listing folder", ref)
user := fs.makeUser(ctx)
Expand Down

0 comments on commit eb21b7a

Please sign in to comment.