From: Joshua Drake Date: Mon, 30 Nov 2015 21:17:41 +0000 (-0800) Subject: Removed debugging message X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=463da10170355305bc6ba6f33157c971e6bcabc0;p=p0f-client-exim.git Removed debugging message --- diff --git a/p0f-client-exim.c b/p0f-client-exim.c index e907f08..d26f5fa 100644 --- a/p0f-client-exim.c +++ b/p0f-client-exim.c @@ -77,8 +77,6 @@ static void parse_addr6(char* str, u8* ret) { exit(1); } - SAYF("str %s val %d\n", str, val); - ret[seg * 2] = val >> 8; ret[seg * 2 + 1] = val;