From: Heli Hyvättinen Date: Tue, 26 Jul 2011 15:06:40 +0000 (+0300) Subject: Outcommented some qDebug()s X-Git-Tag: v0.3.0_fremantle~9 X-Git-Url: https://vcs.maemo.org/git/?a=commitdiff_plain;h=ff0ff03aef2cfc1fd89baf8d0983252daf34767e;hp=c6e96463525c5c5bd6f61b4b50fe0df3530b8f8d;p=ghostsoverboard Outcommented some qDebug()s --- diff --git a/seascene.cpp b/seascene.cpp index 65c2ad7..fa17ec2 100644 --- a/seascene.cpp +++ b/seascene.cpp @@ -368,16 +368,16 @@ void SeaScene::pause(bool paused) else { - qDebug("about to stop movement"); +// qDebug("about to stop movement"); emit pauseOn(); screenLitKeeper_.keepScreenLit(false); if (pPausetextItem_ != NULL) { - qDebug() << "about to show the pause text"; +// qDebug() << "about to show the pause text"; pPausetextItem_->show(); - qDebug() << "showing pause text"; +// qDebug() << "showing pause text"; } - else qDebug() << "No pause text available"; +// else qDebug() << "No pause text available"; autopauseTimer.stop(); //No need to count toward autopause when already paused } @@ -453,7 +453,7 @@ void SeaScene::handleScreenTapped() if (pItem == pRestartGameItem_) { - qDebug() << "game restart requested"; +// qDebug() << "game restart requested"; restartGame(); pPauseAction_->setChecked(false); //unpause game @@ -461,7 +461,7 @@ void SeaScene::handleScreenTapped() else if (pItem == pRestartLevelItem_) { - qDebug() << "Level restart requested"; +// qDebug() << "Level restart requested"; restartLevel(); pPauseAction_->setChecked(false); //unpause game