mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-08 08:58:08 +02:00
tests: Drop redundant debug output
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
This commit is contained in:
parent
1ce2ef5144
commit
a291fcb949
1 changed files with 0 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue