Skip to content

Commit

Permalink
🔥 remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
angelika233 committed Oct 21, 2024
1 parent 21cba23 commit 09821d0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/viadot/sources/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,6 @@ def conn_str(self) -> str:
)
if "encrypt" in self.credentials:
conn_str += "Encrypt=" + self.credentials["encrypt"] + ";"
self.logger.warning(conn_str)
return conn_str

@property
Expand Down

0 comments on commit 09821d0

Please sign in to comment.