From ee446e19d66573e6209fc830bc70f0762e531559 Mon Sep 17 00:00:00 2001 From: sewardj Date: Mon, 27 Nov 2000 17:46:09 +0000 Subject: [PATCH] [project @ 2000-11-27 17:46:09 by sewardj] rm debug printing --- ghc/compiler/main/MkIface.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/main/MkIface.lhs b/ghc/compiler/main/MkIface.lhs index a63c80f..3df7de5 100644 --- a/ghc/compiler/main/MkIface.lhs +++ b/ghc/compiler/main/MkIface.lhs @@ -429,7 +429,7 @@ addVersionInfo (Just old_iface@(ModIface { mi_version = old_version, -- mi_globals field set to anything reasonable. | otherwise -- Add updated version numbers - = pprTrace "completeIface" (ppr (dcl_tycl old_decls)) + = --pprTrace "completeIface" (ppr (dcl_tycl old_decls)) (final_iface, Just pp_tc_diffs) where -- 1.7.10.4