diff --git a/src/plugins/geometry_checker/qgsgeometrycheckerfixsummarydialog.cpp b/src/plugins/geometry_checker/qgsgeometrycheckerfixsummarydialog.cpp index 743cb4d40f9..8f07c31d131 100644 --- a/src/plugins/geometry_checker/qgsgeometrycheckerfixsummarydialog.cpp +++ b/src/plugins/geometry_checker/qgsgeometrycheckerfixsummarydialog.cpp @@ -80,7 +80,6 @@ void QgsGeometryCheckerFixSummaryDialog::addError( QTableWidget *table, QgsGeome valueItem->setData( Qt::EditRole, error->value() ); table->setItem( row, 4, valueItem ); table->item( row, 0 )->setData( Qt::UserRole, QVariant::fromValue( reinterpret_cast( error ) ) ); - QTextStream( stdout ) << "Set data: " << row << " = " << error << endl; } void QgsGeometryCheckerFixSummaryDialog::setupTable( QTableWidget *table )