tests: Remove debug printf

This commit is contained in:
Kristian Høgsberg 2012-03-21 10:32:06 -04:00
parent 80f4f0d512
commit 7746a80e2a

View file

@ -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);
}