mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Remove debug messages
This commit is contained in:
parent
bcfb8611c4
commit
1be4fd5a7d
@ -292,7 +292,6 @@ void QgsComposerMap::cache()
|
||||
|
||||
void QgsComposerMap::painterJobFinished()
|
||||
{
|
||||
QgsDebugMsg( "Finished composer painter job" );
|
||||
mPainter->end();
|
||||
mPainterJob.reset( nullptr );
|
||||
mPainter.reset( nullptr );
|
||||
@ -1065,10 +1064,8 @@ void QgsComposerMap::updateItem()
|
||||
|
||||
if ( mPreviewMode != QgsComposerMap::Rectangle && !mCacheUpdated )
|
||||
{
|
||||
QgsDebugMsg( "Requesting new cache image item" );
|
||||
cache();
|
||||
}
|
||||
QgsDebugMsg( "Updating item" );
|
||||
QgsComposerItem::updateItem();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user