]> git.sesse.net Git - qscale/commitdiff
Remove some debugging.
authorsgunderson@bigfoot.com <>
Sun, 3 Feb 2008 17:48:23 +0000 (18:48 +0100)
committersgunderson@bigfoot.com <>
Sun, 3 Feb 2008 17:48:23 +0000 (18:48 +0100)
qscale.c

index f3f0fa95ed89cbd585244ac1c3ff8999ca691e5a..1fcfd67716d645391b9123bb631cdfae8702b954 100644 (file)
--- a/qscale.c
+++ b/qscale.c
@@ -366,8 +366,6 @@ int main(int argc, char **argv)
        unsigned w2 = dinfo.image_width * dinfo.comp_info[2].h_samp_factor / dinfo.max_h_samp_factor;
        unsigned h2 = dinfo.image_height * dinfo.comp_info[2].v_samp_factor / dinfo.max_v_samp_factor;
 
-       fprintf(stderr, "h0 = %u, h1=%u, h2=%u\n", h0, h1, h2);
-
        fprintf(stderr, "Scaling using Lanczos filter:\n");
        fprintf(stderr, "  Y component: %ux%u -> %ux%u\n", dinfo.comp_info[0].width_in_blocks * DCTSIZE, dinfo.comp_info[0].height_in_blocks * DCTSIZE, nw0, nh0);
        fprintf(stderr, "  Cb component: %ux%u -> %ux%u\n", dinfo.comp_info[1].width_in_blocks * DCTSIZE, dinfo.comp_info[1].height_in_blocks * DCTSIZE, nw1, nh1);