Просмотр исходного кода

Removed extraneous debug prints, that displayed the state of all force
options. Doh!

Adam Heath лет назад: 25
Родитель
Сommit
4a44f72334
2 измененных файлов с 5 добавлено и 2 удалено
  1. 5 0
      ChangeLog
  2. 0 2
      main/main.c

+ 5 - 0
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

+ 0 - 2
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[]= {