diff options
author | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-21 10:32:06 -0400 |
---|---|---|
committer | Kristian Høgsberg <krh@bitplanet.net> | 2012-03-21 10:32:06 -0400 |
commit | 7746a80e2ab829f16fa328562ec6e5664beb624f (patch) | |
tree | 7f99a25c5b102873c489a61e4d3e2f8c48ef1770 | |
parent | 80f4f0d5127ebc8d5e35969a29691cf61a79997d (diff) |
tests: Remove debug printf
-rw-r--r-- | tests/connection-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/connection-test.c b/tests/connection-test.c index d94544c..4c16822 100644 --- a/tests/connection-test.c +++ b/tests/connection-test.c @@ -240,7 +240,6 @@ validate_demarshal_s(void *data, struct wl_object *object, const char *s) uint32_t *msg = data; assert(object->id = msg[0]); - fprintf(stderr, "s = %s\n", s); assert(strcmp(s, "superdude") == 0); } |