Index: trunk/Ohana/src/opihi/pclient/ChildOps.c
===================================================================
--- trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 4689)
+++ trunk/Ohana/src/opihi/pclient/ChildOps.c	(revision 4762)
@@ -29,5 +29,7 @@
   struct timeval now;
 
-  /* this is really lame : check if we are calling too quickly */
+  /* this is really lame : check if we are calling too quickly 
+     this is unneeded: pclient.c rl_keyboard_input_timeout limits
+     the rate 
   gettimeofday (&now, NULL);
   dtime = DTIME (now, last);
@@ -36,4 +38,5 @@
   if (dtime > 0.01) Nbad = 0;
   if (Nbad > 10) exit (2);
+  */
 
   /* this is a bit lame : we must exit if calling process exits */
