From ba11940aad1102d2f91a99a9385d43f1c6cb9c59 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 25 Jul 2009 01:24:50 +0000 Subject: [PATCH] removed debug printf --- src/cas/generic/outBuf.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cas/generic/outBuf.cc b/src/cas/generic/outBuf.cc index 6965af32b..7322d4cef 100644 --- a/src/cas/generic/outBuf.cc +++ b/src/cas/generic/outBuf.cc @@ -235,7 +235,7 @@ outBufClient::flushCondition outBuf :: flush () this->client.xSend ( this->pBuf, this->stack, nBytesSent ); //epicsTime end = epicsTime::getCurrent (); //printf ( "send of %u bytes, stat =%s, cost us %f u sec\n", - this->stack, this->client.ppFlushCondText[cond], ( end - beg ) * 1e6 ); + // this->stack, this->client.ppFlushCondText[cond], ( end - beg ) * 1e6 ); if ( cond == outBufClient::flushProgress ) { if ( nBytesSent >= this->stack ) { this->stack = 0u;