From 017841c803c1aabbcd1516bcc6ea51a5205378ec Mon Sep 17 00:00:00 2001
From: simonmar <unknown>
Date: Tue, 27 Jul 1999 15:27:15 +0000
Subject: [PATCH] [project @ 1999-07-27 15:27:15 by simonmar] oops, debugging
 code committed by mistake.

---
 ghc/utils/hscpp/hscpp.prl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/ghc/utils/hscpp/hscpp.prl b/ghc/utils/hscpp/hscpp.prl
index 802e9edff0a7..a45ebbadc15c 100644
--- a/ghc/utils/hscpp/hscpp.prl
+++ b/ghc/utils/hscpp/hscpp.prl
@@ -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 \-\}/;
-- 
GitLab