tests: Drop redundant debug output

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
Bryce Harrington 2015-05-22 18:28:27 -07:00
parent 1ce2ef5144
commit a291fcb949

View 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) {