mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:47:43 +00:00
fuse: Remove debug log message
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user