diff --git a/Language/Haskell/GhcMod/Gap.hs b/Language/Haskell/GhcMod/Gap.hs index 5773515..da96c82 100644 --- a/Language/Haskell/GhcMod/Gap.hs +++ b/Language/Haskell/GhcMod/Gap.hs @@ -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