mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-12 04:08:29 +01:00
Remove some accidentally added debug code (thanks @chrisdone)
This commit is contained in:
parent
34d23b6e47
commit
e1f65cc655
@ -221,8 +221,7 @@ createHoogleDB db man name = handleAny (\e -> print e $> Nothing) $ do
|
||||
void $ tryIO $ removeFile (fromString outname)
|
||||
createTree (fromString bindir)
|
||||
|
||||
withSystemTempDirectory ("hoogle-" ++ unpack (toPathPiece name)) $ \_tmpdir -> do
|
||||
let tmpdir = "/Users/michael/Desktop/hoo"
|
||||
withSystemTempDirectory ("hoogle-" ++ unpack (toPathPiece name)) $ \tmpdir -> do
|
||||
runResourceT
|
||||
$ sourceTarFile False tarFP
|
||||
$$ mapM_C (liftIO . singleDB db name tmpdir)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user