Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Uncomment a debugging #ifdef
git-svn-id: http://svn.osgeo.org/qgis/trunk@5765 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Sep 6, 2006
1 parent 52b1c97 commit 9830a34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/wms/qgswmsprovider.cpp
Expand Up @@ -820,7 +820,7 @@ bool QgsWmsProvider::downloadCapabilitiesURI(QString const & uri)
#include <fstream>
bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabilitiesProperty& capabilitiesProperty)
{
//#ifdef QGISDEBUG
#ifdef QGISDEBUG
std::cout << "QgsWmsProvider::parseCapabilitiesDOM: entering." << std::endl;

//test the content of the QByteArray.
Expand All @@ -846,7 +846,7 @@ bool QgsWmsProvider::parseCapabilitiesDOM(QByteArray const & xml, QgsWmsCapabili
// file.writeBlock(xml);
// file.close();
//}
//#endif
#endif

// Convert completed document into a DOM
QString errorMsg;
Expand Down

0 comments on commit 9830a34

Please sign in to comment.