[atlantik-cvs] CVS: kdegames/atlantik/libatlantikclient atlantik_network.cpp,1.74,1.75
| Newsgroups | gmane.comp.kde.devel.atlantik |
|---|---|
| Message-ID | <[email protected]> |
Update of /home/kde/kdegames/atlantik/libatlantikclient
In directory office:/tmp/cvs-serv1360/libatlantikclient
Modified Files:
atlantik_network.cpp
Log Message:
remove some old kdDebug msgs
Index: atlantik_network.cpp
===================================================================
RCS file: /home/kde/kdegames/atlantik/libatlantikclient/atlantik_network.cpp,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- atlantik_network.cpp 19 Dec 2002 23:27:28 -0000 1.74
+++ atlantik_network.cpp 23 Dec 2002 01:34:47 -0000 1.75
@@ -802,7 +802,6 @@
void AtlantikNetwork::serverConnect(const QString host, int port)
{
- kdDebug() << "AtlantikNetwork::serverConnect(" << host << ", " << QString::number(port) << ")" << endl;
setAddress(host, port);
enableRead(true);
startAsyncConnect();