From: Matthias Kramm Date: Wed, 21 Jan 2009 19:54:14 +0000 (-0800) Subject: removed debugging code X-Git-Tag: release-0-9-0~232 X-Git-Url: http://git.asbjorn.biz/?p=swftools.git;a=commitdiff_plain;h=3c268549fec3ae84a861a7ba71cf54724df7afa8 removed debugging code --- diff --git a/lib/as3/abc.c b/lib/as3/abc.c index 18be42b..9f4b6c9 100644 --- a/lib/as3/abc.c +++ b/lib/as3/abc.c @@ -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);