Skip to content

Commit 77a7bab

Browse files
author
timlinux
committed
Commented out scale and rotation debug causing log spam
git-svn-id: http://svn.osgeo.org/qgis/trunk@8089 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent c41d416 commit 77a7bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/symbology/qgssymbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ QImage QgsSymbol::getCachedPointSymbolAsImage( double widthScale,
290290
QImage QgsSymbol::getPointSymbolAsImage( double widthScale,
291291
bool selected, QColor selectionColor, double scale, double rotation )
292292
{
293-
QgsDebugMsg(QString("Symbol scale = %1, and rotation = %2").arg(scale).arg(rotation));
293+
//QgsDebugMsg(QString("Symbol scale = %1, and rotation = %2").arg(scale).arg(rotation));
294294
if ( 1.0 == scale && 0 == rotation )
295295
{
296296
// If scale is 1.0 and rotation 0.0, use cached image.

0 commit comments

Comments
 (0)