Skip to content

Commit 4335893

Browse files
MeanSquaredErrorrbock
authored andcommitted
connection_pool example: Don't turn off debug logging explicitly, because it is already turned off by default.
1 parent 4d67489 commit 4335893

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/connection_pool/src/main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ int main()
1313
config->dbname = "my_database";
1414
config->user = "my_username";
1515
config->password = "my_password";
16-
config->debug = false;
1716
db_global_init(config);
1817

1918
// Spawn 10 threads and make them send SQL queries in parallel

0 commit comments

Comments
 (0)