crypt: remove stray debug in ChangeNotify

This commit is contained in:
Nick Craig-Wood 2019-05-12 16:50:03 +01:00
parent d9cad9d10b
commit 99bc013c0a
1 changed files with 1 additions and 1 deletions

View File

@ -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