From 7746a80e2ab829f16fa328562ec6e5664beb624f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Wed, 21 Mar 2012 10:32:06 -0400 Subject: [PATCH] tests: Remove debug printf --- tests/connection-test.c | 1 - 1 file changed, 1 deletion(-) 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); } -- 2.7.4