Skip to content

Commit fc086ad

Browse files
committed
Remove too much debug output when loading attribute table (refs #14041)
This makes debug version much faster, probably not much difference in release version
1 parent a618f85 commit fc086ad

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/gui/attributetable/qgsattributetablemodel.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -370,8 +370,6 @@ void QgsAttributeTableModel::loadLayer()
370370
{
371371
++i;
372372

373-
QgsDebugMsg( QString( "Next feature %1" ).arg( i ) );
374-
375373
if ( t.elapsed() > 1000 )
376374
{
377375
bool cancel = false;
@@ -488,7 +486,6 @@ int QgsAttributeTableModel::fieldCol( int idx ) const
488486

489487
int QgsAttributeTableModel::rowCount( const QModelIndex &parent ) const
490488
{
491-
QgsDebugMsg( QString( "Row Count %1" ).arg( mRowIdMap.size() ) );
492489
Q_UNUSED( parent );
493490
return mRowIdMap.size();
494491
}

0 commit comments

Comments
 (0)