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