Blame SOURCES/iptstate-2.2.6-no_debug.patch

d8f6d7
commit e8f591165f8ff077a183ff02147beb4129519f7d
d8f6d7
Author: Thomas Woerner <twoerner@redhat.com>
d8f6d7
Date:   Wed Sep 28 13:08:49 2016 +0200
d8f6d7
d8f6d7
    Drop debug output for tmpint in getopt_long while loop
d8f6d7
d8f6d7
diff --git a/iptstate.cc b/iptstate.cc
d8f6d7
index b03e566..5c9ddb1 100644
d8f6d7
--- a/iptstate.cc
d8f6d7
+++ b/iptstate.cc
d8f6d7
@@ -2179,7 +2179,6 @@ int main(int argc, char *argv[])
d8f6d7
   // Command Line Arguments
d8f6d7
   while ((tmpint = getopt_long(argc, argv, "Cd:D:hlmcoLfpR:r1b:s:S:tv",
d8f6d7
                                long_options, &option_index)) != EOF) {
d8f6d7
-    printf("loop: %d\n", tmpint);
d8f6d7
     switch (tmpint) {
d8f6d7
     case 0:
d8f6d7
       /* Apparently this test is needed?! Seems lame! */