diff options
author | Joey Hess <joey@kitenet.net> | 2013-08-29 20:28:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-08-29 20:28:45 -0400 |
commit | 2b83639fac92307deeaa7b1bc75a0c71f35e5b1e (patch) | |
tree | d3f27d3d63373f113ff6aa3d12802e95ce4acaa4 /Annex | |
parent | 7a53fb249f0c02762d8c13f413e24c5c250167dd (diff) |
remove print
Diffstat (limited to 'Annex')
-rw-r--r-- | Annex/Branch.hs | 1 |
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 |