remove println
This commit is contained in:
@@ -18,8 +18,6 @@ func (wfs *WFS) Lookup(cancel <-chan struct{}, header *fuse.InHeader, name strin
|
||||
|
||||
dirPath := wfs.inodeToPath.GetPath(header.NodeId)
|
||||
|
||||
println("lookup", name, "dir inode", header.NodeId)
|
||||
|
||||
fullFilePath := dirPath.Child(name)
|
||||
|
||||
visitErr := meta_cache.EnsureVisited(wfs.metaCache, wfs, dirPath)
|
||||
@@ -50,8 +48,6 @@ func (wfs *WFS) Lookup(cancel <-chan struct{}, header *fuse.InHeader, name strin
|
||||
|
||||
inode := wfs.inodeToPath.GetInode(fullFilePath)
|
||||
|
||||
println("found", name, "inode", inode)
|
||||
|
||||
wfs.outputEntry(out, inode, localEntry)
|
||||
|
||||
return fuse.OK
|
||||
|
||||
Reference in New Issue
Block a user