From 29e6b98f8c3be8c474643eeb4ca773b4457fc0b6 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 30 Jan 2025 19:03:36 -0400 Subject: [PATCH] Revert "add windows debug" This reverts commit 76bfdf6a0348211ecfe934c93f6a1f08bd537660. --- Annex/ReplaceFile.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/Annex/ReplaceFile.hs b/Annex/ReplaceFile.hs index 7c42532acb..3af555d39d 100644 --- a/Annex/ReplaceFile.hs +++ b/Annex/ReplaceFile.hs @@ -63,7 +63,6 @@ replaceFile' createdirectory file checkres action = withOtherTmp $ \othertmpdir let basetmp = relatedTemplate' (P.takeFileName file) #else let basetmp = toRawFilePath "t" - liftIO $ hPutStrLn stderr $ show ("replaceFile debug", file, P.takeFileName file, relatedTemplate' (P.takeFileName file)) #endif withTmpDirIn (fromRawFilePath othertmpdir) (toOsPath basetmp) $ \tmpdir -> do let tmpfile = toRawFilePath tmpdir P. basetmp