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();