Skip to content
Permalink
Browse files
Remove debug messages
  • Loading branch information
nyalldawson committed May 6, 2017
1 parent bcfb861 commit 1be4fd5
Showing 1 changed file with 0 additions and 3 deletions.
@@ -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();
}

0 comments on commit 1be4fd5

Please sign in to comment.