removed debugging code
authorMatthias Kramm <kramm@quiss.org>
Wed, 21 Jan 2009 19:54:14 +0000 (11:54 -0800)
committerMatthias Kramm <kramm@quiss.org>
Wed, 21 Jan 2009 19:54:14 +0000 (11:54 -0800)
lib/as3/abc.c

index 18be42b..9f4b6c9 100644 (file)
@@ -720,8 +720,6 @@ void* swf_ReadABC(TAG*tag)
     }
 
     pool_read(pool, tag);
-    pool_dump(pool, stdout, 2);
-    printf("pool is %d bytes\n", tag->pos);
 
     int num_methods = swf_GetU30(tag);
     DEBUG printf("%d methods\n", num_methods);