summaryrefslogtreecommitdiff
path: root/tests/testdisplay.c
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2012-08-08 14:32:04 +0800
committerDaniel Vetter <daniel.vetter@ffwll.ch>2012-08-08 08:51:47 +0200
commitf669e8c12ebaae6f3638593d564358e5ab43d24c (patch)
treec9fafc5f2c734196563dd2399c857da5b99c39a8 /tests/testdisplay.c
parent5ba39da67e4bc2a17e2e3d8e8a06386ebc5a5ae8 (diff)
tests/testdisplay.c Remove an uncomfortable error output
Signed-off-by: Yi Sun <yi.sun@intel.com>
Diffstat (limited to 'tests/testdisplay.c')
-rw-r--r--tests/testdisplay.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 4430d07d..14d7da39 100644
--- a/tests/testdisplay.c
+++ b/tests/testdisplay.c
@@ -358,9 +358,6 @@ static void paint_image(cairo_t *cr, const char *file)
cairo_translate(cr, img_x, img_y);
- fprintf(stderr, "drew %dx%d image at %d,%d\n", img_w, img_h,
- img_x, img_y);
-
img_w_scale = (double)img_w / (double)img_w_o;
img_h_scale = (double)img_h / (double)img_h_o;
cairo_scale(cr, img_w_scale, img_h_scale);