Skip to content

Commit 590c463

Browse files
committed
ZEP: Remove a debug macro
1 parent c3dc126 commit 590c463

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

print-zep.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ static void zep_print_ts(netdissect_options *ndo, const u_char *p)
8484
time_t seconds = i - JAN_1970;
8585
char time_buf[128];
8686

87-
ND_DEBUG
8887
ND_PRINT(" (%s)",
8988
nd_format_time(time_buf, sizeof (time_buf), "%Y-%m-%d %H:%M:%S",
9089
localtime(&seconds)));

0 commit comments

Comments
 (0)