From ee9c820500c17ebd25f4f90d77e54962d295fa1c Mon Sep 17 00:00:00 2001 From: Martin Josefsson Date: Mon, 3 Jan 2005 07:48:06 +0000 Subject: Remove leftover debug printf --- iptables.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'iptables.c') diff --git a/iptables.c b/iptables.c index 7144b393..ace49992 100644 --- a/iptables.c +++ b/iptables.c @@ -1164,9 +1164,6 @@ register_target(struct iptables_target *me) exit(1); } - fprintf(stderr, "%s v%i vs v%i\n", - me->name, me->revision, old->revision); - /* Now we have two (or more) options, check compatibility. */ if (compatible_target_revision(old->name, old->revision) && old->revision > me->revision) -- cgit v1.2.3