X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmodules%2Fswfbits.c;h=b92b06bdc9a14bb3539c5ad4a500ea67bd7494e7;hb=c9d171c9692c7729e4eef7cfb8e6d93970c599c7;hp=a687ffb6def3154330e2d4b80a142a404f0e4568;hpb=2c9cfbcd870e9c0ed86b809b702907b842bfd63e;p=swftools.git diff --git a/lib/modules/swfbits.c b/lib/modules/swfbits.c index a687ffb..b92b06b 100644 --- a/lib/modules/swfbits.c +++ b/lib/modules/swfbits.c @@ -262,7 +262,6 @@ static boolean tag_fill_input_buffer(struct jpeg_decompress_struct *cinfo) tag->data[tag->pos+1] == 0xd9 && tag->data[tag->pos+2] == 0xff && tag->data[tag->pos+3] == 0xd8) { - printf("Skip\n"); tag->pos += 4; } if(tag->pos >= tag->len) {