Remove redundant dump
authorsimonpj@microsoft.com <unknown>
Wed, 4 Oct 2006 15:26:14 +0000 (15:26 +0000)
committersimonpj@microsoft.com <unknown>
Wed, 4 Oct 2006 15:26:14 +0000 (15:26 +0000)
compiler/typecheck/TcRnDriver.lhs

index acf003f..c1db86a 100644 (file)
@@ -380,7 +380,6 @@ tcRnSrcDecls decls
              TcGblEnv { tcg_type_env = type_env, tcg_binds = binds, 
                         tcg_rules = rules, tcg_fords = fords } = tcg_env } ;
 
-       tcDump tcg_env ;
        (bind_ids, binds', fords', rules') <- zonkTopDecls (binds `unionBags` inst_binds)
                                                           rules fords ;