diff options
-rw-r--r-- | GitRepo.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/GitRepo.hs b/GitRepo.hs index bb0e3d5b7..ef8ad25ba 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 |