Remove stray debug code

This commit is contained in:
Daniel Gröber 2015-09-11 03:57:54 +02:00
parent 211b957451
commit acf78f2500

View File

@ -224,7 +224,6 @@ withInteractiveContext action = gbracket setup teardown body
action
topImports = do
ms <- filterM moduleIsInterpreted =<< map ms_mod <$> getModuleGraph
liftIO $ print (map modName ms)
let iis = map (IIModule . modName) ms
#if __GLASGOW_HASKELL__ >= 704
return iis