mirror of https://github.com/voidlizard/hbs2
removed debug print
This commit is contained in:
parent
06970f527b
commit
b7d0e1730d
|
@ -171,12 +171,6 @@ importRefLogNew opts ref = runResourceT do
|
|||
let myTempDir = "hbs-git"
|
||||
temp <- liftIO getTemporaryDirectory
|
||||
|
||||
wtf <- liftIO getEnvironment
|
||||
|
||||
hPrint stderr $ "CREATE TEMP DIR" <+> pretty temp <> line <> pretty wtf
|
||||
|
||||
-- liftIO $ void $ createDirectoryIfMissing True temp
|
||||
|
||||
(_,dir) <- allocate (createTempDirectory temp myTempDir) removeDirectoryRecursive
|
||||
|
||||
lift $ makePolled ref
|
||||
|
|
Loading…
Reference in New Issue