import Devel-Size 0.56 from CPAN
[p5sagit/Devel-Size.git] / Size.xs
diff --git a/Size.xs b/Size.xs
index 02c16c3..348346d 100644 (file)
--- a/Size.xs
+++ b/Size.xs
@@ -323,12 +323,10 @@ CODE:
       
       size = thing_size(thing, tracking_hash);
       RETVAL += size;
-      //      printf("added thing of size %i, thing #%i\n", size, count++);
     }
   }
   
   /* Clean up after ourselves */
-  //  printf("For info, refcounts are %i, %i\n", SvREFCNT(tracking_hash), SvREFCNT(pending_array));
   SvREFCNT_dec(tracking_hash);
   SvREFCNT_dec(pending_array);
 }