Index: trunk/Ohana/src/opihi/pantasks/InputQueue.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/InputQueue.c	(revision 7952)
+++ trunk/Ohana/src/opihi/pantasks/InputQueue.c	(revision 8548)
@@ -65,12 +65,6 @@
   
   Nbytes = snprintf (&tmp, 0, "input %s", input);
-  fprintf (stderr, "string len %d\n", Nbytes);
-
   ALLOCATE (line, char, Nbytes + 1);
-  fprintf (stderr, "allocated line\n");
-
   snprintf (line, Nbytes + 1, "input %s", input);
-  
-  fprintf (stderr, "running command %s\n", line);
 
   status = command (line, &outline, TRUE);
