mirror of
https://github.com/rclone/rclone.git
synced 2025-12-06 00:03:32 +00:00
cryptcheck: remove duplicated debug OK message
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user