From kde-commits Thu Jan 24 20:48:41 2008 From: =?utf-8?q?Aaron=20J=2E=20Seigo?= Date: Thu, 24 Jan 2008 20:48:41 +0000 To: kde-commits Subject: extragear/plasma/applets/fifteenPuzzle/src Message-Id: <1201207721.545001.17418.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=120120774117450 SVN commit 765891 by aseigo: don't need this debug on by default... M +1 -1 fifteen.cpp --- trunk/extragear/plasma/applets/fifteenPuzzle/src/fifteen.cpp #765890:765891 @@ -71,7 +71,7 @@ ++rand; } } - kDebug() << "rand" << randIndex << rand; + //kDebug() << "rand" << randIndex << rand; m_pieces[rand] = new Piece(SIZE, i, this); m_pieces[rand]->hide();