summaryrefslogtreecommitdiff
path: root/Annex/Branch.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-08-29 20:28:45 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-08-29 20:28:45 -0400
commit2b83639fac92307deeaa7b1bc75a0c71f35e5b1e (patch)
treed3f27d3d63373f113ff6aa3d12802e95ce4acaa4 /Annex/Branch.hs
parent7a53fb249f0c02762d8c13f413e24c5c250167dd (diff)
remove print
Diffstat (limited to 'Annex/Branch.hs')
-rw-r--r--Annex/Branch.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/Branch.hs b/Annex/Branch.hs
index 13e1f11eb..334b60634 100644
--- a/Annex/Branch.hs
+++ b/Annex/Branch.hs
@@ -402,7 +402,6 @@ handleTransitions :: Transitions -> [Git.Ref] -> Annex (Maybe (Git.Branch, [Git.
handleTransitions localts refs = do
m <- M.fromList <$> mapM getreftransition refs
let remotets = M.elems m
- liftIO $ print ("transitions", localts, remotets)
if all (localts ==) remotets
then return Nothing
else do