From ee7e91f59a9533d22648e89343aa2613e0e0b7f1 Mon Sep 17 00:00:00 2001 From: simonpj Date: Mon, 5 Mar 2001 12:18:43 +0000 Subject: [PATCH] [project @ 2001-03-05 12:18:43 by simonpj] Remove debug trace --- ghc/compiler/rename/Rename.lhs | 1 - 1 file changed, 1 deletion(-) diff --git a/ghc/compiler/rename/Rename.lhs b/ghc/compiler/rename/Rename.lhs index 1972ae2..76575cd 100644 --- a/ghc/compiler/rename/Rename.lhs +++ b/ghc/compiler/rename/Rename.lhs @@ -247,7 +247,6 @@ rename this_module contents@(HsModule _ _ exports imports local_decls mod_deprec -- GENERATE THE VERSION/USAGE INFO mkImportInfo mod_name imports `thenRn` \ my_usages -> - traceHiDiffsRn (vcat (map pprUsage my_usages)) `thenRn_` -- BUILD THE MODULE INTERFACE let -- 1.7.10.4