summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--iptables.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/iptables.c b/iptables.c
index 7144b39..ace4999 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)