From 3c268549fec3ae84a861a7ba71cf54724df7afa8 Mon Sep 17 00:00:00 2001 From: Matthias Kramm Date: Wed, 21 Jan 2009 11:54:14 -0800 Subject: [PATCH] removed debugging code --- lib/as3/abc.c | 2 -- 1 file changed, 2 deletions(-) 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); -- 1.7.10.4