We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989dfab commit 41b46ebCopy full SHA for 41b46eb
src/providers/postgres/qgspostgresprovider.cpp
@@ -57,8 +57,6 @@
57
#define QGISEXTERN extern "C"
58
#endif
59
60
-#define QGISDEBUG
61
-
62
const QString POSTGRES_KEY = "postgres";
63
const QString POSTGRES_DESCRIPTION = "PostgreSQL/PostGIS data provider";
64
@@ -74,7 +72,6 @@ QgsPostgresProvider::QgsPostgresProvider(QString const & uri)
74
72
// For postgres, the connection information is passed as a space delimited
75
73
// string:
76
// 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;
78
79
// Strip the table and sql statement name off and store them
80
int sqlStart = uri.find(" sql");
0 commit comments