Przeglądaj źródła

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

Adam Heath 25 lat temu
rodzic
commit
4a44f72334
2 zmienionych plików z 5 dodań i 2 usunięć
  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>
 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
   * 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;
     if (!comma) break;
     value= ++comma;
     value= ++comma;
   }
   }
-  for (fip=forceinfos; fip->name; fip++)
-    fprintf(stderr, "%s=%c\n", fip->name, *fip->opt);
 }
 }
 
 
 static const char *const passlongopts[]= {
 static const char *const passlongopts[]= {