[project @ 1999-07-27 15:27:15 by simonmar]
authorsimonmar <unknown>
Tue, 27 Jul 1999 15:27:15 +0000 (15:27 +0000)
committersimonmar <unknown>
Tue, 27 Jul 1999 15:27:15 +0000 (15:27 +0000)
oops, debugging code committed by mistake.

ghc/utils/hscpp/hscpp.prl

index 802e9ed..a45ebba 100644 (file)
@@ -36,8 +36,6 @@ open(INPIPE, "$Cpp @args - <$file |")
 
 while (<INPIPE>) {
 
-    print STDERR $_;
-
 # line directives come in flavo[u]rs:
 #   s/^#\s*line\s+\d+$/\{\-# LINE \-\}/;   IGNORE THIS ONE FOR NOW
     s/^#\s*line\s+(\d+)\s+(\".+\")$/\{\-# LINE \1 \2 \-\}/;