Skip to content
Permalink
Browse files
Removed a debug line
git-svn-id: http://svn.osgeo.org/qgis/trunk@8633 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Jun 9, 2008
1 parent baa84c8 commit cee57ab
Showing 1 changed file with 1 addition and 1 deletion.
@@ -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;

0 comments on commit cee57ab

Please sign in to comment.