From: Øyvind Kolås Date: Thu, 6 Dec 2018 21:53:29 +0000 (+0100) Subject: tests: remove context-less debug printfs X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e927fc3cdaa0735db0f80b5c7119da93c387e1e9;p=babl.git tests: remove context-less debug printfs --- 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);