We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53475e2 commit 7367e5eCopy full SHA for 7367e5e
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