diff --git a/Cabal/src/Distribution/Simple/GHC/Build/Link.hs b/Cabal/src/Distribution/Simple/GHC/Build/Link.hs index 65ba4ec9aa6..09c74cfef61 100644 --- a/Cabal/src/Distribution/Simple/GHC/Build/Link.hs +++ b/Cabal/src/Distribution/Simple/GHC/Build/Link.hs @@ -138,7 +138,6 @@ linkOrLoadComponent ghcProg pkg_descr extraSources (buildTargetDir, targetDir) ( { ghcOptMode = toFlag GhcModeInteractive , ghcOptOptimisation = toFlag GhcNoOptimisation } - print ("BUILDING REPLT BASE OPTS", vanillaOpts) -- TODO: problem here is we need the .c files built first, so we can load them -- with ghci, but .c files can depend on .h files generated by ghc by ffi