From 5c6b45de0961b050ebca740a607c86bf45251789 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 17 Sep 2007 23:59:35 +0000 Subject: Removed a debug line. --- src/client.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/client.cpp b/src/client.cpp index 7332abc..d416700 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -64,7 +64,6 @@ void Bu::Client::processOutput() if( sWriteBuf.getSize() > 0 ) { int nAmnt = (sWriteBuf.getSize()<2048)?(sWriteBuf.getSize()):(2048); - printf("Transmitting %d of %ld bytes.\n", nAmnt, sWriteBuf.getSize() ); pSocket->write( sWriteBuf.getStr(), nAmnt ); sWriteBuf.trimFront( nAmnt ); //sWriteBuf.clear(); -- cgit v1.2.3