mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
Remove too much debug output when loading attribute table (refs #14041)
This makes debug version much faster, probably not much difference in release version
This commit is contained in:
parent
a618f85a96
commit
fc086adb34
@ -370,8 +370,6 @@ void QgsAttributeTableModel::loadLayer()
|
||||
{
|
||||
++i;
|
||||
|
||||
QgsDebugMsg( QString( "Next feature %1" ).arg( i ) );
|
||||
|
||||
if ( t.elapsed() > 1000 )
|
||||
{
|
||||
bool cancel = false;
|
||||
@ -488,7 +486,6 @@ int QgsAttributeTableModel::fieldCol( int idx ) const
|
||||
|
||||
int QgsAttributeTableModel::rowCount( const QModelIndex &parent ) const
|
||||
{
|
||||
QgsDebugMsg( QString( "Row Count %1" ).arg( mRowIdMap.size() ) );
|
||||
Q_UNUSED( parent );
|
||||
return mRowIdMap.size();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user