diff --git a/common/utils/T/tracer/textlog.c b/common/utils/T/tracer/textlog.c index 4bc66953d52647ec73ee6dd88e2037bd6d69efda..0cb5bd855a7c6f82cdb677929ae0eaa66c893317 100644 --- a/common/utils/T/tracer/textlog.c +++ b/common/utils/T/tracer/textlog.c @@ -178,9 +178,7 @@ textlog *new_textlog(event_handler *h, void *database, cur = ret->format; while (*cur) { -printf("before chunk cur '%s'\n", cur); struct chunk c = next_chunk(&cur, f); -printf("after chunk, cur is '%s' (%d) (type %d)\n", cur, *cur, c.type); switch (c.type) { case C_ERROR: goto error; case C_STRING: