Skip to content

Commit

Permalink
[Geometry checker] Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
manisandro committed Oct 23, 2017
1 parent cc9a2b3 commit 8a56166
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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<void *>( error ) ) );
QTextStream( stdout ) << "Set data: " << row << " = " << error << endl;
}

void QgsGeometryCheckerFixSummaryDialog::setupTable( QTableWidget *table )
Expand Down

0 comments on commit 8a56166

Please sign in to comment.