Skip to content

Commit

Permalink
Commented out overly verbose debug line
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@8201 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Mar 10, 2008
1 parent 8495986 commit 279cc6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2971,7 +2971,7 @@ void QgsVectorLayer::drawFeature(QPainter* p,
// std::cout <<"...WKBPoint (" << x << ", " << y << ")" <<std::endl;
#endif

QgsDebugMsg(QString("markerScaleFactor = %1").arg(markerScaleFactor));
//QgsDebugMsg(QString("markerScaleFactor = %1").arg(markerScaleFactor));

transformPoint(x, y, theMapToPixelTransform, ct);
//QPointF pt(x - (marker->width()/2), y - (marker->height()/2));
Expand Down

0 comments on commit 279cc6f

Please sign in to comment.