remove debug print
This commit is contained in:
parent
0052a20333
commit
26155aaab4
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ start (c:ps) = liftIO . exitWith =<< ifM isDirect
|
||||||
go tmp = do
|
go tmp = do
|
||||||
oldref <- fromMaybe Git.Sha.emptyTree
|
oldref <- fromMaybe Git.Sha.emptyTree
|
||||||
<$> inRepo Git.Branch.currentSha
|
<$> inRepo Git.Branch.currentSha
|
||||||
liftIO $ print oldref
|
|
||||||
exitcode <- liftIO $ proxy tmp
|
exitcode <- liftIO $ proxy tmp
|
||||||
mergeDirectCleanup tmp oldref
|
mergeDirectCleanup tmp oldref
|
||||||
return exitcode
|
return exitcode
|
||||||
|
|
Loading…
Reference in a new issue