From 2b83639fac92307deeaa7b1bc75a0c71f35e5b1e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Aug 2013 20:28:45 -0400 Subject: remove print --- Annex/Branch.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Annex/Branch.hs') 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 -- cgit v1.2.3