1
0
mirror of https://github.com/rclone/rclone.git synced 2026-01-03 00:53:43 +00:00

mount, mountlib: move function tracing into mount

This commit is contained in:
Nick Craig-Wood
2017-05-09 11:39:33 +01:00
parent 50e79bc087
commit 115ac00222
10 changed files with 75 additions and 48 deletions

View File

@@ -68,7 +68,7 @@ func (fsys *FS) NoChecksum() *FS {
// Root returns the root node
func (fsys *FS) Root() (*Dir, error) {
fs.Debugf(fsys.f, "Root()")
// fs.Debugf(fsys.f, "Root()")
return fsys.root, nil
}