diff options
author | Bill King <bill.king@nokia.com> | 2009-09-24 00:04:19 (GMT) |
---|---|---|
committer | Bill King <bill.king@nokia.com> | 2009-09-24 00:05:17 (GMT) |
commit | 94c7ea4ad2c12c11d1cdc33bc0455f6f0b432fc2 (patch) | |
tree | e3cf8ed766d033097e952edf7d44d52005375fc8 /tests/auto/qsqltablemodel | |
parent | 63299bbbc34521785408163e3fd516779f343201 (diff) | |
download | Qt-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.cpp | 2 |
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")); |