remove print
This commit is contained in:
parent
62beaa1a86
commit
2f57d74534
1 changed files with 0 additions and 1 deletions
|
@ -402,7 +402,6 @@ handleTransitions :: Transitions -> [Git.Ref] -> Annex (Maybe (Git.Branch, [Git.
|
||||||
handleTransitions localts refs = do
|
handleTransitions localts refs = do
|
||||||
m <- M.fromList <$> mapM getreftransition refs
|
m <- M.fromList <$> mapM getreftransition refs
|
||||||
let remotets = M.elems m
|
let remotets = M.elems m
|
||||||
liftIO $ print ("transitions", localts, remotets)
|
|
||||||
if all (localts ==) remotets
|
if all (localts ==) remotets
|
||||||
then return Nothing
|
then return Nothing
|
||||||
else do
|
else do
|
||||||
|
|
Loading…
Reference in a new issue