X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsample.c;h=8db7c8372a0bac9695a8d7641de351256460b805;hb=02ef5fef5288b80a4822e1006f6cb2b1369a55bd;hp=67523b3d80ff62e65cd5185de4ce70ce26df7777;hpb=74a57f26f1458b28a0fddbb9f46004ac8f4d9c30;p=pspp-builds.git diff --git a/src/sample.c b/src/sample.c index 67523b3d..8db7c837 100644 --- a/src/sample.c +++ b/src/sample.c @@ -96,13 +96,6 @@ cmd_sample (void) } lex_get (); -#if DEBUGGING - if (type == TYPE_FRACTION) - printf ("SAMPLE %g.\n", frac / (double) UINT_MAX); - else - printf ("SAMPLE %d FROM %d.\n", a, b); -#endif - trns = xmalloc (sizeof *trns); trns->h.proc = sample_trns_proc; trns->h.free = NULL;