Removed unreachable code

This commit is contained in:
Elara 2023-03-25 15:52:46 -07:00
parent a90069999d
commit 92acdee152
1 changed files with 0 additions and 1 deletions

View File

@ -265,7 +265,6 @@ func (n *ITNode) Lookup(ctx context.Context, name string, out *fuse.EntryOut) (*
child := n.NewInode(ctx, operations, stable)
return child, 0
}
break
}
log.Warn("FUSE Lookup failed").Str("path", n.path+"/"+name).Send()
}