remove debug

This commit is contained in:
Joey Hess 2010-12-31 19:27:34 -04:00
parent e6af35d206
commit e153a116bb

View file

@ -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