mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 12:36:38 +08:00
local: remove annoying debug message
This commit is contained in:
parent
e09ef62d5b
commit
02d50f8c6e
|
@ -335,7 +335,7 @@ func (o *FsObjectLocal) Storable() bool {
|
|||
fs.Debug(o, "Can't transfer non file/directory")
|
||||
return false
|
||||
} else if mode&os.ModeDir != 0 {
|
||||
fs.Debug(o, "FIXME Skipping directory")
|
||||
// fs.Debug(o, "Skipping directory")
|
||||
return false
|
||||
}
|
||||
return true
|
||||
|
|
Loading…
Reference in New Issue
Block a user