Skip to content

Commit 8d770e9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/qgsrasterprojector.cpp

Lines changed: 1 addition & 1 deletion
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)