Skip to content

Commit

Permalink
ifdef out noisy debug code
Browse files Browse the repository at this point in the history
(cherry picked from commit 9d7355b)
  • Loading branch information
nyalldawson committed Feb 26, 2020
1 parent f1477b7 commit 3754656
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgscoordinatetransform.cpp
Expand Up @@ -780,9 +780,11 @@ void QgsCoordinateTransform::transformCoords( int numPoints, double *x, double *
if ( !mBallparkTransformsAreAppropriate && sFallbackOperationOccurredHandler )
{
sFallbackOperationOccurredHandler( d->mSourceCRS, d->mDestCRS, d->mProjCoordinateOperation );
#if 0
const QString warning = QStringLiteral( "A fallback coordinate operation was used between %1 and %2" ).arg( d->mSourceCRS.authid(),
d->mDestCRS.authid() );
qWarning( "%s", warning.toLatin1().constData() );
#endif
}
}
}
Expand Down

0 comments on commit 3754656

Please sign in to comment.