From ad0db492c213302a627bb4190458ae66834e82d7 Mon Sep 17 00:00:00 2001 From: totycro Date: Tue, 19 Apr 2011 22:01:41 +0200 Subject: removed some debug output --- pacman-c++/server.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'pacman-c++/server.cpp') diff --git a/pacman-c++/server.cpp b/pacman-c++/server.cpp index 3cb422b..cc69f08 100644 --- a/pacman-c++/server.cpp +++ b/pacman-c++/server.cpp @@ -507,13 +507,6 @@ void Server::onRoundFinished() void Server::initRoundMap(bool firstPacket) { - qDebug() << endl; - qDebug() << endl; - qDebug() << "[Server] Creating map..."; - qDebug() << endl; - qDebug() << endl; - qDebug() << endl; - disconnect(this, SIGNAL(allPointsRemoved()), this, SLOT(onRoundFinished())); if (!firstPacket) { // clear old map -- cgit v1.2.3