mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Commented out debug message whiich prnts out as each feature is fetched because it really slows things down and makes it difficult to see other debug messages (they get pushed out the scroll buffer).
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@1411 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
91ca161400
commit
0ebb3ca1b1
@ -326,7 +326,7 @@ void QgsVectorLayer::draw(QPainter * p, QgsRect * viewExtent, QgsCoordinateTrans
|
||||
|
||||
//true is necessary for graduated symbol
|
||||
#ifdef QGISDEBUG
|
||||
std::cout << "Fetched next feature" << std::endl;
|
||||
// std::cout << "Fetched next feature" << std::endl;
|
||||
#endif
|
||||
if (fet == 0)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user