logging changes
[scorecard] / src / score-dialog.cpp
index 78b3be1..d0b6d51 100644 (file)
@@ -235,7 +235,7 @@ void ScoreDialog::up(void)
   QTableWidgetItem *item = table->currentItem();
 
   if (!item) {
-    qDebug() << "ERROR: no current item";
+    qWarning() << "ERROR: no current item";
     return;
   }
 
@@ -285,7 +285,6 @@ void ScoreDialog::moveToNextCell(QTableWidgetItem *item)
     col = 0;
     row = (row == ROW_SCORE_2) ? ROW_SCORE : ROW_SCORE_2;
   }
-  //qDebug() << "new cell: " << row << "/" << col;
   table->setCurrentCell(row, col);
 }