mirror of
https://github.com/rclone/rclone
synced 2024-12-25 17:03:45 +01:00
cryptcheck: remove duplicated debug OK message
This commit is contained in:
parent
1648c1a0f3
commit
d22e6f5a96
@ -110,7 +110,6 @@ func cryptCheck(ctx context.Context, fdst, fsrc fs.Fs) error {
|
|||||||
fs.Errorf(src, err.Error())
|
fs.Errorf(src, err.Error())
|
||||||
return true, false
|
return true, false
|
||||||
}
|
}
|
||||||
fs.Debugf(src, "OK")
|
|
||||||
return false, false
|
return false, false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user