mirror of
https://github.com/rclone/rclone.git
synced 2025-01-11 08:49:37 +01:00
Fix accidentally committed test in move code
This commit is contained in:
parent
945f49ab5e
commit
9ea20bac42
@ -214,7 +214,7 @@ func (s *syncCopyMove) pairChecker(in ObjectPairChan, out ObjectPairChan, wg *sy
|
|||||||
// If moving need to delete the files we don't need to copy
|
// If moving need to delete the files we don't need to copy
|
||||||
if s.DoMove {
|
if s.DoMove {
|
||||||
// Delete src if no error on copy
|
// Delete src if no error on copy
|
||||||
//s.processError(DeleteFile(src))
|
s.processError(DeleteFile(src))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user