projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef3a134
)
tests: remove context-less debug printfs
author
Øyvind Kolås
<pippin@gimp.org>
Thu, 6 Dec 2018 21:53:29 +0000
(22:53 +0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Thu, 6 Dec 2018 22:06:06 +0000
(23:06 +0100)
tests/palette.c
patch
|
blob
|
history
diff --git
a/tests/palette.c
b/tests/palette.c
index fcc25b80da8920d906992ad54044f11db9dfe329..92651d001b161fa91d10971cd47b87013260821c 100644
(file)
--- 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);