mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
less debug output
git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
53475e2819
commit
7367e5e174
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user