From 14e0d01b58c504e889b636e952e165f3cf8ab6c9 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 3 Mar 2011 21:19:01 -0400 Subject: [PATCH] remove debugging printf --- GitRepo.hs | 1 - 1 file changed, 1 deletion(-) diff --git a/GitRepo.hs b/GitRepo.hs index bb0e3d5b7a..ef8ad25baa 100644 --- a/GitRepo.hs +++ b/GitRepo.hs @@ -537,7 +537,6 @@ repoAbsPath :: FilePath -> IO FilePath repoAbsPath d = do d' <- expandTilde d h <- myHomeDir - hPutStrLn stderr $ "repoAbsPath " ++ d return $ h d' myHomeDir :: IO FilePath