From 0ebb3ca1b1c7e181ce72850efe6095b001283c62 Mon Sep 17 00:00:00 2001 From: timlinux Date: Sun, 16 May 2004 05:40:55 +0000 Subject: [PATCH] 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 --- src/qgsvectorlayer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qgsvectorlayer.cpp b/src/qgsvectorlayer.cpp index a64a199cd5a..df8430cb1f8 100644 --- a/src/qgsvectorlayer.cpp +++ b/src/qgsvectorlayer.cpp @@ -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) {