public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v2] tests/testdisplay.c Remove an uncomfortable error output
@ 2012-08-08  6:32 Yi Sun
  0 siblings, 0 replies; only message in thread
From: Yi Sun @ 2012-08-08  6:32 UTC (permalink / raw)
  To: daniel.vetter; +Cc: intel-gfx

Signed-off-by: Yi Sun <yi.sun@intel.com>

diff --git a/tests/testdisplay.c b/tests/testdisplay.c
index 4430d07..14d7da3 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);
-- 
1.7.6.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-08-08  6:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-08  6:32 [PATCH v2] tests/testdisplay.c Remove an uncomfortable error output Yi Sun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox