Skip to content

Commit 41b46eb

Browse files
author
g_j_m
committed
Tidy up a few debugging output statements
git-svn-id: http://svn.osgeo.org/qgis/trunk@5457 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 989dfab commit 41b46eb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/providers/postgres/qgspostgresprovider.cpp

-3
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@
5757
#define QGISEXTERN extern "C"
5858
#endif
5959

60-
#define QGISDEBUG
61-
6260
const QString POSTGRES_KEY = "postgres";
6361
const QString POSTGRES_DESCRIPTION = "PostgreSQL/PostGIS data provider";
6462

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

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

0 commit comments

Comments
 (0)