Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
3 changes: 0 additions & 3 deletions src/core/composer/qgscomposermap.cpp
Expand Up @@ -292,7 +292,6 @@ void QgsComposerMap::cache()

void QgsComposerMap::painterJobFinished()
{
QgsDebugMsg( "Finished composer painter job" );
mPainter->end();
mPainterJob.reset( nullptr );
mPainter.reset( nullptr );
Expand Down Expand Up @@ -1065,10 +1064,8 @@ void QgsComposerMap::updateItem()

if ( mPreviewMode != QgsComposerMap::Rectangle && !mCacheUpdated )
{
QgsDebugMsg( "Requesting new cache image item" );
cache();
}
QgsDebugMsg( "Updating item" );
QgsComposerItem::updateItem();
}

Expand Down

0 comments on commit 1be4fd5

Please sign in to comment.