diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-12 22:45:07 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-12 22:45:07 -0800 |
| commit | 5c48c23235e33e1b800c68fce1e07e34c89ac8c6 (patch) | |
| tree | e8c91c53833a2be2bcd36b92d62f0f881a32b383 /weed/mount/weedfs_dir_lookup.go | |
| parent | 7cfbf1e85fb407751038f750ecd156742ab13359 (diff) | |
| download | seaweedfs-5c48c23235e33e1b800c68fce1e07e34c89ac8c6.tar.xz seaweedfs-5c48c23235e33e1b800c68fce1e07e34c89ac8c6.zip | |
remove println
Diffstat (limited to 'weed/mount/weedfs_dir_lookup.go')
| -rw-r--r-- | weed/mount/weedfs_dir_lookup.go | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/weed/mount/weedfs_dir_lookup.go b/weed/mount/weedfs_dir_lookup.go index 672ba9711..b74948f65 100644 --- a/weed/mount/weedfs_dir_lookup.go +++ b/weed/mount/weedfs_dir_lookup.go @@ -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 |
