Remove old debugging code.
authormdw <mdw>
Sat, 1 Jul 2000 11:24:52 +0000 (11:24 +0000)
committermdw <mdw>
Sat, 1 Jul 2000 11:24:52 +0000 (11:24 +0000)
strongprime.c

index cf2ca73..019691f 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: strongprime.c,v 1.3 2000/06/17 12:10:09 mdw Exp $
+ * $Id: strongprime.c,v 1.4 2000/07/01 11:24:52 mdw Exp $
  *
  * Generate `strong' prime numbers
  *
@@ -30,6 +30,9 @@
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: strongprime.c,v $
+ * Revision 1.4  2000/07/01 11:24:52  mdw
+ * Remove old debugging code.
+ *
  * Revision 1.3  2000/06/17 12:10:09  mdw
  * Add some argument checking.  Use MP secure memory interface.
  *
@@ -160,12 +163,6 @@ mp *strongprime_setup(const char *name, mp *d, pfilt *f, unsigned nbits,
 
   /* --- Return the result --- */
 
-#if 0
-fputs("r = ", stdout); mp_writefile(q, stdout, 10); putchar('\n');
-fputs("s = ", stdout); mp_writefile(s, stdout, 10); putchar('\n');
-fputs("t = ", stdout); mp_writefile(t, stdout, 10); putchar('\n');
-#endif
-
   mp_drop(q);
   mp_drop(t);
   mp_drop(s);