[project @ 2001-05-08 11:07:30 by simonmar]
authorsimonmar <unknown>
Tue, 8 May 2001 11:07:30 +0000 (11:07 +0000)
committersimonmar <unknown>
Tue, 8 May 2001 11:07:30 +0000 (11:07 +0000)
oops, remove debugging output

ghc/compiler/main/DriverPipeline.hs

index c8bd8e6..2668c64 100644 (file)
@@ -1,5 +1,5 @@
 -----------------------------------------------------------------------------
--- $Id: DriverPipeline.hs,v 1.66 2001/05/08 10:58:48 simonmar Exp $
+-- $Id: DriverPipeline.hs,v 1.67 2001/05/08 11:07:30 simonmar Exp $
 --
 -- GHC Driver
 --
@@ -261,8 +261,6 @@ genPipeline todo stop_flag persistent_output lang filename
                 ++ " is incompatible with source file `" ++ filename ++ "'"))
       else do
 
-   print (show pipeline ++ show annotated_pipeline ++ show stop_phase)
-
    return (
      takeWhile (phase_ne stop_phase ) $
      dropWhile (phase_ne start_phase) $