Skip to content

Commit 7367e5e

Browse files
author
rblazek
committed
less debug output
git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 53475e2 commit 7367e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsrasterprojector.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ QgsRasterProjector::QgsRasterProjector(
9595
mDestRowsPerMatrixRow = ( float )mDestRows / ( mCPRows - 1 );
9696
mDestColsPerMatrixCol = ( float )mDestCols / ( mCPCols - 1 );
9797

98-
QgsDebugMsg( "CPMatrix:\n" + cpToString() );
98+
//QgsDebugMsg( "CPMatrix:\n" + cpToString() );
9999

100100
// Calculate source dimensions
101101
calcSrcExtent();

0 commit comments

Comments
 (0)