fuse: Remove debug log message
This commit is contained in:
parent
02f4f5dc66
commit
d89f2e5226
1 changed files with 0 additions and 1 deletions
|
@ -182,7 +182,6 @@ func (d *dir) Lookup(ctx context.Context, name string) (fs.Node, error) {
|
|||
node, ok := d.items[name]
|
||||
if !ok {
|
||||
debug.Log(" Lookup(%v) -> not found", name)
|
||||
debug.Log(" items: %v\n", d.items)
|
||||
return nil, fuse.ENOENT
|
||||
}
|
||||
switch node.Type {
|
||||
|
|
Loading…
Reference in a new issue