mirror of
https://github.com/psycopg/psycopg2.git
synced 2025-01-31 09:24:07 +03:00
Dropped testing print
This commit is contained in:
parent
b77de74f72
commit
c2d405116b
|
@ -504,7 +504,6 @@ dsn_has_replication(char *pgdsn)
|
|||
connopts = PQconninfoParse(pgdsn, NULL);
|
||||
|
||||
for(ptr = connopts; ptr->keyword != NULL; ptr++) {
|
||||
printf("keyword %s val %s\n", ptr->keyword, ptr->val);
|
||||
if(strcmp(ptr->keyword, "replication") == 0 && ptr->val != NULL)
|
||||
ret = 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user