tests: Drop redundant debug output
authorBryce Harrington <bryce@osg.samsung.com>
Sat, 23 May 2015 01:28:27 +0000 (18:28 -0700)
committerBryce Harrington <bryce@osg.samsung.com>
Wed, 27 May 2015 01:03:34 +0000 (18:03 -0700)
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
tests/internal-screenshot-test.c

index 991761f..1db0722 100644 (file)
@@ -78,7 +78,6 @@ load_surface_from_png(const char *fname) {
        int bpp;
        int stride;
 
-       printf("Loading reference image %s\n", fname);
        reference_cairo_surface = cairo_image_surface_create_from_png(fname);
        status = cairo_surface_status(reference_cairo_surface);
        if (status != CAIRO_STATUS_SUCCESS) {