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
|
rsynchelper r sending key file = do
|
||||||
showProgress -- make way for progress bar
|
showProgress -- make way for progress bar
|
||||||
p <- rsyncParams r sending key file
|
p <- rsyncParams r sending key file
|
||||||
liftIO $ putStrLn $ unwords p
|
|
||||||
res <- liftIO $ boolSystem "rsync" p
|
res <- liftIO $ boolSystem "rsync" p
|
||||||
if res
|
if res
|
||||||
then return res
|
then return res
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue