Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Tidy up a few debugging output statements
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5457 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed May 15, 2006
1 parent 044eff8 commit 38336d0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/providers/postgres/qgspostgresprovider.cpp
Expand Up @@ -57,8 +57,6 @@
#define QGISEXTERN extern "C"
#endif

#define QGISDEBUG

const QString POSTGRES_KEY = "postgres";
const QString POSTGRES_DESCRIPTION = "PostgreSQL/PostGIS data provider";

Expand All @@ -74,7 +72,6 @@ QgsPostgresProvider::QgsPostgresProvider(QString const & uri)
// For postgres, the connection information is passed as a space delimited
// string:
// host=192.168.1.5 dbname=test port=5342 user=gsherman password=xxx table=tablename
std::cout << "Data source uri is " << uri.toLocal8Bit().data() << std::endl;

// Strip the table and sql statement name off and store them
int sqlStart = uri.find(" sql");
Expand Down

0 comments on commit 38336d0

Please sign in to comment.