From 4907f03f2f128cb24221bdffa35e106c72bfb74c Mon Sep 17 00:00:00 2001 From: kakwa Date: Tue, 30 Aug 2016 22:54:46 +0200 Subject: [PATCH] little code cleaning --- src/lib/utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/utils.c b/src/lib/utils.c index dd96267..9b42774 100644 --- a/src/lib/utils.c +++ b/src/lib/utils.c @@ -92,8 +92,6 @@ void log_hex(rfc3161_context *ct, int priority, char *id, for (int i = 0; i < content_length; i++) { fprintf(stream, "%02x ", content[i]); - //if (i % 4 == 3) - // fprintf(stream, " "); } fflush(stream); fclose(stream);