From 7e744c07d8867ad8687f874c30f3f651bc53fa89 Mon Sep 17 00:00:00 2001 From: senator Date: Tue, 18 Mar 2008 15:13:56 +0000 Subject: removed a couple of printfs --- client/sendrecieve.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client/sendrecieve.cc') diff --git a/client/sendrecieve.cc b/client/sendrecieve.cc index 25a50d0..8b4732b 100644 --- a/client/sendrecieve.cc +++ b/client/sendrecieve.cc @@ -124,7 +124,6 @@ void SendRecieve::myDisconnected() // slot void SendRecieve::myError(QAbstractSocket::SocketError socketError) // slot { tcpConnected = TCP_ERROR; - printf("socket_error: %d\n", socketError); switch (socketError) { case 0 : QMessageBox::information(NULL, tr("Pracro"), tr("Couldn't connect to server.\nPlease contact a system administrator to resolve the problem.")); @@ -134,8 +133,8 @@ void SendRecieve::myError(QAbstractSocket::SocketError socketError) // slot QMessageBox::information(NULL, tr("Pracro"), tr("Couldn't connect to server.\nPlease contact a system administrator to resolve the problem.")); exit(1); break; - default : - printf("default\n"); + default: + ; } } -- cgit v1.2.3