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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user