less debug output

git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
rblazek 2011-03-09 05:56:00 +00:00
parent 53475e2819
commit 7367e5e174

View File

@ -95,7 +95,7 @@ QgsRasterProjector::QgsRasterProjector(
mDestRowsPerMatrixRow = ( float )mDestRows / ( mCPRows - 1 );
mDestColsPerMatrixCol = ( float )mDestCols / ( mCPCols - 1 );
QgsDebugMsg( "CPMatrix:\n" + cpToString() );
//QgsDebugMsg( "CPMatrix:\n" + cpToString() );
// Calculate source dimensions
calcSrcExtent();