Ifdef'd std:cerr messages.

git-svn-id: http://svn.osgeo.org/qgis/trunk@749 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2004-02-08 11:35:12 +00:00
parent c4271bf575
commit f00b96bbd6

View File

@ -62,8 +62,10 @@ QgsVectorLayer::QgsVectorLayer(QString vectorLayerPath, QString baseName, QStrin
:QgsMapLayer(VECTOR, baseName, vectorLayerPath), providerKey(providerKey),
tabledisplay(0), m_renderer(0), m_propertiesDialog(0), m_rendererDialog(0)
{
#ifdef DEBUG
std::cerr << "VECTORLAYERPATH: " << vectorLayerPath << std::endl;
std::cerr << "BASENAME: " << baseName << std::endl;
#endif
// load the plugin
QgsProviderRegistry *pReg = QgsProviderRegistry::instance();
QString ogrlib = pReg->library(providerKey);