]> err.no Git - dpkg/commitdiff
Removed extraneous debug prints, that displayed the state of all force
authorAdam Heath <doogie@debian.org>
Tue, 26 Dec 2000 14:34:58 +0000 (14:34 +0000)
committerAdam Heath <doogie@debian.org>
Tue, 26 Dec 2000 14:34:58 +0000 (14:34 +0000)
options.  Doh!

ChangeLog
main/main.c

index e5ca18c486c87861b3d24cbe7832df9a25b0be10..0943c5bf231f0b52c5581ee2fff959fe17bd8499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 26 08:28:17 CST 2000 Adam Heath <doogie@debian.org>
+
+  * main/main.c: Removed extraneous debug prints, that displayed the
+    state of all force options.  Doh!
+
 Tue Dec 26 04:34:02 CST 2000 Adam Heath <doogie@debian.org>
 
   * lib/fields.c, lib/parsehelp.c, include/dpkg-db.h: Increased the
index d4fd480ce71e28390099be4fb44388dee096d89f..f13745dc678c2a50eb3c3bd63dae5207bf401573 100644 (file)
@@ -314,8 +314,6 @@ Forcing options marked [*] are enabled by default.\n"),
     if (!comma) break;
     value= ++comma;
   }
-  for (fip=forceinfos; fip->name; fip++)
-    fprintf(stderr, "%s=%c\n", fip->name, *fip->opt);
 }
 
 static const char *const passlongopts[]= {