summaryrefslogtreecommitdiff
path: root/Annex/AdjustedBranch.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Annex/AdjustedBranch.hs')
-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'