remove redundant start message
This commit is contained in:
parent
fef272687e
commit
cbd38ef367
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue