Skip to content

Commit

Permalink
Commented out scale and rotation debug causing log spam
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8089 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 29, 2008
1 parent c41d416 commit 77a7bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/symbology/qgssymbol.cpp
Expand Up @@ -290,7 +290,7 @@ QImage QgsSymbol::getCachedPointSymbolAsImage( double widthScale,
QImage QgsSymbol::getPointSymbolAsImage( double widthScale,
bool selected, QColor selectionColor, double scale, double rotation )
{
QgsDebugMsg(QString("Symbol scale = %1, and rotation = %2").arg(scale).arg(rotation));
//QgsDebugMsg(QString("Symbol scale = %1, and rotation = %2").arg(scale).arg(rotation));
if ( 1.0 == scale && 0 == rotation )
{
// If scale is 1.0 and rotation 0.0, use cached image.
Expand Down

0 comments on commit 77a7bab

Please sign in to comment.