summaryrefslogtreecommitdiffstats
path: root/iptables.c
diff options
context:
space:
mode:
Diffstat (limited to 'iptables.c')
-rw-r--r--iptables.c3
1 files changed, 0 insertions, 3 deletions
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)