Skip to content

Commit cee57ab

Browse files
author
mhugent
committedJun 9, 2008
Removed a debug line
git-svn-id: http://svn.osgeo.org/qgis/trunk@8633 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent baa84c8 commit cee57ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsmaprender.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ void QgsMapRender::render(QPainter* painter)
316316
bool scaleRaster = false;
317317
QgsMapToPixel rasterMapToPixel;
318318
QgsMapToPixel bk_mapToPixel;
319-
double debug = fabs(rasterScaleFactor - 1.0);
319+
320320
if(ml->type() == QgsMapLayer::RASTER && fabs(rasterScaleFactor - 1.0) > 0.000001)
321321
{
322322
scaleRaster = true;

0 commit comments

Comments
 (0)
Please sign in to comment.