mirror of
https://github.com/kakwa/uts-server
synced 2024-12-04 23:15:54 +01:00
little code cleaning
This commit is contained in:
parent
a0d09ebe7b
commit
4907f03f2f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user