Remove stray debug code
This commit is contained in:
parent
211b957451
commit
acf78f2500
@ -224,7 +224,6 @@ withInteractiveContext action = gbracket setup teardown body
|
|||||||
action
|
action
|
||||||
topImports = do
|
topImports = do
|
||||||
ms <- filterM moduleIsInterpreted =<< map ms_mod <$> getModuleGraph
|
ms <- filterM moduleIsInterpreted =<< map ms_mod <$> getModuleGraph
|
||||||
liftIO $ print (map modName ms)
|
|
||||||
let iis = map (IIModule . modName) ms
|
let iis = map (IIModule . modName) ms
|
||||||
#if __GLASGOW_HASKELL__ >= 704
|
#if __GLASGOW_HASKELL__ >= 704
|
||||||
return iis
|
return iis
|
||||||
|
Loading…
Reference in New Issue
Block a user