removed debug print

This commit is contained in:
Dmitry Zuikov 2023-10-16 15:49:21 +03:00
parent 06970f527b
commit b7d0e1730d
1 changed files with 0 additions and 6 deletions

View File

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