Skip to content
This repository was archived by the owner on Mar 6, 2026. It is now read-only.

Commit f33e067

Browse files
committed
Remove buggy connection log
1 parent 101adfd commit f33e067

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tap_postgres/postgres.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def connect(self, logical_replication=False):
4949
connection_type = "logical" if logical_replication else "transactional"
5050

5151
if not self.connections[connection_type] or self.connections[connection_type].closed:
52-
singer.get_logger().info("New Connection", connection_type)
5352
config = Postgres.get_configuration(logical_replication)
5453
self.connections[connection_type] = psycopg2.connect(**config)
5554

0 commit comments

Comments
 (0)