Drop comment

This commit is contained in:
Alessandro Pasotti 2019-04-15 14:38:15 +02:00 committed by Nyall Dawson
parent 86b7345ce5
commit 8bdfc7cd80

View File

@ -758,7 +758,6 @@ QgsRasterBlock *QgsRasterProjector::block( int bandNo, QgsRectangle const &exte
if ( feedback && feedback->isCanceled() )
return new QgsRasterBlock();
// TODO: check if the last condition always apply to context
if ( ! mSrcCRS.isValid() || ! mDestCRS.isValid() || mSrcCRS == mDestCRS )
{
QgsDebugMsgLevel( QStringLiteral( "No projection necessary" ), 4 );