- fix: popt exec doesn't add '--', --target et al no longer need '='.
[tools/librpm-tizen.git] / rpmqv.c
diff --git a/rpmqv.c b/rpmqv.c
index e1cdf75..6a6d0e3 100755 (executable)
--- a/rpmqv.c
+++ b/rpmqv.c
@@ -786,15 +786,6 @@ int main(int argc, const char ** argv)
 
     rpmSetVerbosity(RPMMESS_NORMAL);   /* XXX silly use by showrc */
 
-#if 0
-    {  const char ** avp;
-       fprintf(stderr, "==> argv[%d]:", argc);
-       for (avp = argv; *avp; avp++)
-           fprintf(stderr, " '%s'", *avp);
-       fprintf(stderr, "\n");
-    }
-#endif
-
     /* Make a first pass through the arguments, looking for --rcfile */
     /* We need to handle that before dealing with the rest of the arguments. */
     /*@-nullpass -temptrans@*/