mirror of
https://github.com/rclone/rclone
synced 2024-11-17 17:30:37 +01:00
crypt: remove stray debug in ChangeNotify
This commit is contained in:
parent
d9cad9d10b
commit
99bc013c0a
@ -660,7 +660,7 @@ func (f *Fs) ChangeNotify(notifyFunc func(string, fs.EntryType), pollIntervalCha
|
||||
return
|
||||
}
|
||||
wrappedNotifyFunc := func(path string, entryType fs.EntryType) {
|
||||
fs.Logf(f, "path %q entryType %d", path, entryType)
|
||||
// fs.Debugf(f, "ChangeNotify: path %q entryType %d", path, entryType)
|
||||
var (
|
||||
err error
|
||||
decrypted string
|
||||
|
Loading…
Reference in New Issue
Block a user