Skip to content

Commit

Permalink
Removed a debug line
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@8633 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 9, 2008
1 parent a631a6e commit bab4785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsmaprender.cpp
Expand Up @@ -316,7 +316,7 @@ void QgsMapRender::render(QPainter* painter)
bool scaleRaster = false;
QgsMapToPixel rasterMapToPixel;
QgsMapToPixel bk_mapToPixel;
double debug = fabs(rasterScaleFactor - 1.0);

if(ml->type() == QgsMapLayer::RASTER && fabs(rasterScaleFactor - 1.0) > 0.000001)
{
scaleRaster = true;
Expand Down

0 comments on commit bab4785

Please sign in to comment.