summaryrefslogtreecommitdiff
path: root/Annex
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 14:36:37 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-05-16 14:36:54 -0400
commit68b490cd2863ef39b9c478a9da566802f3cccb1d (patch)
treee6645f9efeea8795a344bf0232b276091c995b01 /Annex
parent2e77647c6da30b15bcbb37c64f934fbd1a1efdf8 (diff)
workaround is in place
(and remove debug print)
Diffstat (limited to 'Annex')
-rw-r--r--Annex/AdjustedBranch.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Annex/AdjustedBranch.hs b/Annex/AdjustedBranch.hs
index 43677d779..c0225540a 100644
--- a/Annex/AdjustedBranch.hs
+++ b/Annex/AdjustedBranch.hs
@@ -369,7 +369,6 @@ updateAdjustedBranch tomerge (origbranch, adj) mergeconfig commitmode = catchBoo
liftIO $ forM_ refs' $ \src ->
whenM (doesFileExist src) $ do
dest <- relPathDirToFile git_dir src
- print (src, dest)
let dest' = tmpgit </> dest
createDirectoryIfMissing True (takeDirectory dest')
void $ createLinkOrCopy src dest'