summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-05-22 18:28:27 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-05-26 18:03:34 -0700
commita291fcb949570aa6ab01c9753e3b8e7e95a0532a (patch)
treeefb2c628b35b9a608587ab6b6e41cf2c3adc49c4
parent1ce2ef51442a949e6e4ee4a97fe495df0086c86c (diff)
downloadweston-a291fcb949570aa6ab01c9753e3b8e7e95a0532a.tar.gz
weston-a291fcb949570aa6ab01c9753e3b8e7e95a0532a.tar.bz2
weston-a291fcb949570aa6ab01c9753e3b8e7e95a0532a.zip
tests: Drop redundant debug output
Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
-rw-r--r--tests/internal-screenshot-test.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/internal-screenshot-test.c b/tests/internal-screenshot-test.c
index 991761f5..1db0722a 100644
--- a/tests/internal-screenshot-test.c
+++ b/tests/internal-screenshot-test.c
@@ -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) {