remove print

This commit is contained in:
Joey Hess 2013-08-29 20:28:45 -04:00
parent 62beaa1a86
commit 2f57d74534

View file

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