remove debugging printf

This commit is contained in:
Joey Hess 2011-03-03 21:19:01 -04:00
parent 42259eee92
commit 14e0d01b58

View file

@ -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