From: Martin Josefsson Date: Mon, 3 Jan 2005 07:48:06 +0000 (+0000) Subject: Remove leftover debug printf X-Git-Tag: v1.3.0-rc1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee9c820500c17ebd25f4f90d77e54962d295fa1c;p=thirdparty%2Fiptables.git Remove leftover debug printf --- 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)