SVN commit 1209417 by mart: remove useless code M +0 -3 Card.qml --- trunk/playground/base/plasma/declarative-applets/examples/pairsgame/Card.qml #1209416:1209417 @@ -93,9 +93,6 @@ if (pairsCanvas.currentCard.cardPicture == card.cardPicture){ card.state = pairsCanvas.currentCard.state = "matched" pairsCanvas.matchesCountdown--; - if (pairsCanvas.matchesCountdown == 0){ - console.log("!!!"); - } } else { card.state = pairsCanvas.currentCard.state = "normal" checkAnimation.running = true