Skip to content

Commit

Permalink
less debug output
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@15396 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 9, 2011
1 parent 53475e2 commit 7367e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsrasterprojector.cpp
Expand Up @@ -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();
Expand Down

0 comments on commit 7367e5e

Please sign in to comment.