[project @ 2001-04-17 22:11:00 by lewie]
authorlewie <unknown>
Tue, 17 Apr 2001 22:11:00 +0000 (22:11 +0000)
committerlewie <unknown>
Tue, 17 Apr 2001 22:11:00 +0000 (22:11 +0000)
Stomp some debug output.

ghc/compiler/specialise/SpecConstr.lhs

index 528140c..dfea0cb 100644 (file)
@@ -500,7 +500,6 @@ spec_one env fn rhs (pats, n)
        spec_id   = mkUserLocal spec_occ spec_uniq (exprType spec_rhs) fn_loc
        rule      = Rule rule_name pat_fvs pats (mkVarApps (Var spec_id) bndrs)
     in
-    pprTrace "SpecConstr" (pprCoreRule (ppr fn) rule)  $
     returnUs (rule, (spec_id, spec_rhs))
 \end{code}