cryptcheck: remove duplicated debug OK message

vfs-used-is-size
Nick Craig-Wood 2020-04-09 18:19:18 +01:00
parent 1648c1a0f3
commit d22e6f5a96
1 changed files with 0 additions and 1 deletions

View File

@ -110,7 +110,6 @@ func cryptCheck(ctx context.Context, fdst, fsrc fs.Fs) error {
fs.Errorf(src, err.Error())
return true, false
}
fs.Debugf(src, "OK")
return false, false
}