summaryrefslogtreecommitdiff
path: root/GitRepo.hs
diff options
context:
space:
mode:
Diffstat (limited to 'GitRepo.hs')
-rw-r--r--GitRepo.hs1
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