remove debugging printf
This commit is contained in:
parent
42259eee92
commit
14e0d01b58
1 changed files with 0 additions and 1 deletions
|
@ -537,7 +537,6 @@ repoAbsPath :: FilePath -> IO FilePath
|
||||||
repoAbsPath d = do
|
repoAbsPath d = do
|
||||||
d' <- expandTilde d
|
d' <- expandTilde d
|
||||||
h <- myHomeDir
|
h <- myHomeDir
|
||||||
hPutStrLn stderr $ "repoAbsPath " ++ d
|
|
||||||
return $ h </> d'
|
return $ h </> d'
|
||||||
|
|
||||||
myHomeDir :: IO FilePath
|
myHomeDir :: IO FilePath
|
||||||
|
|
Loading…
Reference in a new issue