From 2df85ee84ae3bef5a82109749cd7790328aba0b3 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Thu, 28 Apr 2016 16:36:03 +0200
Subject: [PATCH] cleanup

---
 common/utils/T/tracer/textlog.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/common/utils/T/tracer/textlog.c b/common/utils/T/tracer/textlog.c
index 4bc66953d5..0cb5bd855a 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:
-- 
2.26.2