Fix memory leaks.
[pspp-builds.git] / src / sample.c
index 67523b3d80ff62e65cd5185de4ce70ce26df7777..8db7c8372a0bac9695a8d7641de351256460b805 100644 (file)
@@ -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;