diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-03-09 15:04:00 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-03-09 15:04:00 -0400 |
commit | f0f17dd7ff1b6220526a9c42683d7c6272598f64 (patch) | |
tree | acdcee0f3bff32d9a93fa71e9d9aa7e11c7b6125 /Command | |
parent | 40db960e56314eaccfd25a8499578117e41b7e3e (diff) |
remove redundant start message
Diffstat (limited to 'Command')
-rw-r--r-- | Command/Sync.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Command/Sync.hs b/Command/Sync.hs index 0c12fa090..456821b89 100644 --- a/Command/Sync.hs +++ b/Command/Sync.hs @@ -487,6 +487,5 @@ syncFile ebloom rs af k = do ) , return [] ) - put dest = includeCommandAction $ do - showStart' "copy" k af + put dest = includeCommandAction $ Command.Move.toStart' dest False af k |