@@ -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
@@ -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[]= {