Skip to content

Commit

Permalink
Remove qDebug call
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Sep 8, 2021
1 parent 51d9eb6 commit 3de4f0e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/vector/qgsvectorlayerrenderer.cpp
Expand Up @@ -99,7 +99,6 @@ QgsVectorLayerRenderer::QgsVectorLayerRenderer( QgsVectorLayer *layer, QgsRender
QgsVectorLayerTemporalContext temporalContext;
temporalContext.setLayer( layer );
mTemporalFilter = qobject_cast< const QgsVectorLayerTemporalProperties * >( layer->temporalProperties() )->createFilterString( temporalContext, context.temporalRange() );
qDebug() << "Rendering with Temporal Filter: " << mTemporalFilter;
}

// if there's already a simplification method specified via the context, we respect that. Otherwise, we fall back
Expand Down

0 comments on commit 3de4f0e

Please sign in to comment.