Skip to content

Commit a06c2c4

Browse files
author
timlinux
committedJan 29, 2008

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)
Please sign in to comment.