remove debugging code accidentally left in
authorSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 12:57:42 +0000 (12:57 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 20 Jun 2007 12:57:42 +0000 (12:57 +0000)
rts/ProfHeap.c

index f1a3b05..3f2b9f6 100644 (file)
@@ -217,7 +217,6 @@ closureIdentity( StgClosure *p )
         case CONSTR_0_2:
         case CONSTR_STATIC:
         case CONSTR_NOCAF_STATIC:
-            printf("",strlen(GET_CON_DESC(itbl_to_con_itbl(info))));
             return GET_CON_DESC(itbl_to_con_itbl(info));
         default:
             return type_names[info->type];