little code cleaning

This commit is contained in:
kakwa 2016-08-30 22:54:46 +02:00
parent a0d09ebe7b
commit 4907f03f2f
1 changed files with 0 additions and 2 deletions

View File

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