Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Jul 12, 2024
1 parent f41c725 commit f875c80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dbt/adapters/snowflake/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ def __post_init__(self):
# only default `reuse_connections` to `True` if the user has not turned on `client_session_keep_alive`
# having both of these set to `True` could lead to hanging open connections, so it should be opt-in behavior
if self.client_session_keep_alive is False and self.reuse_connections is None:
print("Updating reuse_connections")
self.reuse_connections = True

@property
Expand Down

0 comments on commit f875c80

Please sign in to comment.