forked from TrueCloudLab/rclone
crypt: remove stray debug in ChangeNotify
This commit is contained in:
parent
d9cad9d10b
commit
99bc013c0a
1 changed files with 1 additions and 1 deletions
|
@ -660,7 +660,7 @@ func (f *Fs) ChangeNotify(notifyFunc func(string, fs.EntryType), pollIntervalCha
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
wrappedNotifyFunc := func(path string, entryType fs.EntryType) {
|
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 (
|
var (
|
||||||
err error
|
err error
|
||||||
decrypted string
|
decrypted string
|
||||||
|
|
Loading…
Add table
Reference in a new issue