[project @ 2000-03-09 21:35:38 by andy]
authorandy <unknown>
Thu, 9 Mar 2000 21:35:38 +0000 (21:35 +0000)
committerandy <unknown>
Thu, 9 Mar 2000 21:35:38 +0000 (21:35 +0000)
Rm debugging printf.

ghc/interpreter/hugs.c

index 75956fe..1f75aff 100644 (file)
@@ -9,8 +9,8 @@
  * included in the distribution.
  *
  * $RCSfile: hugs.c,v $
- * $Revision: 1.39 $
- * $Date: 2000/02/15 13:16:19 $
+ * $Revision: 1.40 $
+ * $Date: 2000/03/09 21:35:38 $
  * ------------------------------------------------------------------------*/
 
 #include <setjmp.h>
@@ -1874,7 +1874,6 @@ Text t; {
         } else {
             Printf("<unknown type>");
         }
-printf("\n");print(name(nm).type,10);printf("\n");
         if (isCfun(nm)) {
             Printf("  -- data constructor");
         } else if (isMfun(nm)) {