From e927fc3cdaa0735db0f80b5c7119da93c387e1e9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Thu, 6 Dec 2018 22:53:29 +0100 Subject: [PATCH] tests: remove context-less debug printfs --- tests/palette.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/palette.c b/tests/palette.c index fcc25b8..92651d0 100644 --- a/tests/palette.c +++ b/tests/palette.c @@ -144,11 +144,6 @@ main (int argc, p2 = babl_format_with_space ((void*)pal, babl_space ("ACEScg")); - fprintf (stderr, "%p\n", p2); - fprintf (stderr, "%s\n", babl_get_name (pal)); - fprintf (stderr, "%s\n", babl_get_name (p2)); - - CHECK_CONV("rgba to float pal", unsigned char, p2, babl_format("RGBA u8"), in, out); -- 2.30.2