aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:27:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-12-31 19:27:34 -0400
commite153a116bb45eac409a7d4b0a07c5ba10634bd36 (patch)
tree94e400a2d7e01047920a1591250581efc28c5d45
parente6af35d20667221074219c8e91655c719c0f8b4a (diff)
remove debug
-rw-r--r--Remotes.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Remotes.hs b/Remotes.hs
index 19d1bfdd3..297fa8d39 100644
--- a/Remotes.hs
+++ b/Remotes.hs
@@ -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