summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsqltablemodel
diff options
context:
space:
mode:
authorBill King <bill.king@nokia.com>2009-09-24 00:04:19 (GMT)
committerBill King <bill.king@nokia.com>2009-09-24 00:05:17 (GMT)
commit94c7ea4ad2c12c11d1cdc33bc0455f6f0b432fc2 (patch)
treee3cf8ed766d033097e952edf7d44d52005375fc8 /tests/auto/qsqltablemodel
parent63299bbbc34521785408163e3fd516779f343201 (diff)
downloadQt-94c7ea4ad2c12c11d1cdc33bc0455f6f0b432fc2.zip
Qt-94c7ea4ad2c12c11d1cdc33bc0455f6f0b432fc2.tar.gz
Qt-94c7ea4ad2c12c11d1cdc33bc0455f6f0b432fc2.tar.bz2
Remove extraneous debug statement
Diffstat (limited to 'tests/auto/qsqltablemodel')
-rw-r--r--tests/auto/qsqltablemodel/tst_qsqltablemodel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qsqltablemodel/tst_qsqltablemodel.cpp b/tests/auto/qsqltablemodel/tst_qsqltablemodel.cpp
index 073afae..49e087f 100644
--- a/tests/auto/qsqltablemodel/tst_qsqltablemodel.cpp
+++ b/tests/auto/qsqltablemodel/tst_qsqltablemodel.cpp
@@ -1037,8 +1037,6 @@ void tst_QSqlTableModel::insertBeforeDelete()
model.setEditStrategy(QSqlTableModel::OnManualSubmit);
QVERIFY_SQL(model, select());
- qDebug() << model.rowCount();
-
QSqlRecord rec = model.record();
rec.setValue(0, 4);
rec.setValue(1, QString("bill"));