From 4a44f7233433a3ac4e2157c4ef891430ea0eb581 Mon Sep 17 00:00:00 2001 From: Adam Heath Date: Tue, 26 Dec 2000 14:34:58 +0000 Subject: [PATCH] Removed extraneous debug prints, that displayed the state of all force options. Doh! --- ChangeLog | 5 +++++ main/main.c | 2 -- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e5ca18c4..0943c5bf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Dec 26 08:28:17 CST 2000 Adam Heath + + * 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 * lib/fields.c, lib/parsehelp.c, include/dpkg-db.h: Increased the diff --git a/main/main.c b/main/main.c index d4fd480c..f13745dc 100644 --- a/main/main.c +++ b/main/main.c @@ -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[]= { -- 2.39.5