summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-03-03 21:19:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-03-03 21:19:01 -0400
commit14e0d01b58c504e889b636e952e165f3cf8ab6c9 (patch)
tree8e5af0d5cde6474fe7295e2ac9a447d3d9cbd083
parent42259eee9200588f69af2b56557d5d191d426ad0 (diff)
remove debugging printf
-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