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 []
|
, return []
|
||||||
)
|
)
|
||||||
put dest = includeCommandAction $ do
|
put dest = includeCommandAction $
|
||||||
showStart' "copy" k af
|
|
||||||
Command.Move.toStart' dest False af k
|
Command.Move.toStart' dest False af k
|
||||||
|
|
Loading…
Add table
Reference in a new issue