Skip to content

Commit 8a56166

Browse files
committedOct 23, 2017
[Geometry checker] Remove debug print
1 parent cc9a2b3 commit 8a56166

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎src/plugins/geometry_checker/qgsgeometrycheckerfixsummarydialog.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ void QgsGeometryCheckerFixSummaryDialog::addError( QTableWidget *table, QgsGeome
8080
valueItem->setData( Qt::EditRole, error->value() );
8181
table->setItem( row, 4, valueItem );
8282
table->item( row, 0 )->setData( Qt::UserRole, QVariant::fromValue( reinterpret_cast<void *>( error ) ) );
83-
QTextStream( stdout ) << "Set data: " << row << " = " << error << endl;
8483
}
8584

8685
void QgsGeometryCheckerFixSummaryDialog::setupTable( QTableWidget *table )

0 commit comments

Comments
 (0)
Please sign in to comment.