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++/sceneholder.cpp | 2 -- pacman-c++/server.cpp | 7 ------- 2 files changed, 9 deletions(-) (limited to 'pacman-c++') diff --git a/pacman-c++/sceneholder.cpp b/pacman-c++/sceneholder.cpp index 2fcfb37..4d71a15 100644 --- a/pacman-c++/sceneholder.cpp +++ b/pacman-c++/sceneholder.cpp @@ -133,11 +133,9 @@ void SceneHolder::updateMap(const Transmission::map_t& map, const unsigned int x m_actors[color] = actor; addItem(actor); actor->setPos(mapPositionToCoord(x, y)); - qDebug() << endl << "create act " << endl; } else { - qDebug() << endl << "act has pnts: " << actor->getRoundPoints() << actor->getGamePoints() << endl; Actor::Movement direction = Util::transmissionMovementToActor( cur & Transmission::direction_mask); /* WARNING: do NOT add actor to visualMap as visualMap-items may 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