remove debug
This commit is contained in:
parent
e6af35d206
commit
e153a116bb
1 changed files with 0 additions and 1 deletions
|
@ -251,7 +251,6 @@ rsynchelper :: Git.Repo -> Bool -> Key -> FilePath -> Annex (Bool)
|
|||
rsynchelper r sending key file = do
|
||||
showProgress -- make way for progress bar
|
||||
p <- rsyncParams r sending key file
|
||||
liftIO $ putStrLn $ unwords p
|
||||
res <- liftIO $ boolSystem "rsync" p
|
||||
if res
|
||||
then return res
|
||||
|
|
Loading…
Reference in a new issue