From 68b490cd2863ef39b9c478a9da566802f3cccb1d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 16 May 2017 14:36:37 -0400 Subject: workaround is in place (and remove debug print) --- Annex/AdjustedBranch.hs | 1 - 1 file changed, 1 deletion(-) (limited to 'Annex') 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' -- cgit v1.2.3