diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-22 18:28:27 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-26 18:03:34 -0700 |
commit | a291fcb949570aa6ab01c9753e3b8e7e95a0532a (patch) | |
tree | efb2c628b35b9a608587ab6b6e41cf2c3adc49c4 | |
parent | 1ce2ef51442a949e6e4ee4a97fe495df0086c86c (diff) | |
download | weston-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.c | 1 |
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) { |