Skip to content

Commit

Permalink
Remove debugs messages
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus authored and nyalldawson committed May 26, 2020
1 parent 563ab03 commit 4754a2d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/symbology/qgsfillsymbollayer.cpp
Expand Up @@ -4178,8 +4178,6 @@ void QgsRandomMarkerFillSymbolLayer::render( QgsRenderContext &context, const QV

if ( clipPoints )
{
QgsLogger::warning( "down2" + QStringLiteral( __FILE__ ) + ": " + QString::number( __LINE__ ) );
qInfo() << path;
context.painter()->save();
context.painter()->setClipPath( path );
}
Expand Down

0 comments on commit 4754a2d

Please sign in to comment.