We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 772bd2f commit 8d770e9Copy full SHA for 8d770e9
src/core/qgsrasterprojector.cpp
@@ -95,7 +95,7 @@ QgsRasterProjector::QgsRasterProjector(
95
mDestRowsPerMatrixRow = ( float )mDestRows / ( mCPRows - 1 );
96
mDestColsPerMatrixCol = ( float )mDestCols / ( mCPCols - 1 );
97
98
- QgsDebugMsg( "CPMatrix:\n" + cpToString() );
+ //QgsDebugMsg( "CPMatrix:\n" + cpToString() );
99
100
// Calculate source dimensions
101
calcSrcExtent();
0 commit comments