Skip to content

Commit 3cfc667

Browse files
Merge pull request #42 from ivanildobarauna-dev/feature/basic-seo-otimizations
chore: removing loggins
2 parents 69edfec + 9393782 commit 3cfc667

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

____main.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

backend/src/infrastructure/adapters/outbound_postgres_adapter.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
class PostgresAdapter(RepositoryInterface):
1717
def __init__(self, host: str, port: int, user: str, password: str) -> None:
1818
connection_string = f"postgresql://{user}:{password}@{host}:{port}/portfolio"
19-
print(f"connection_string: {connection_string}")
2019
self.engine = create_engine(
2120
connection_string,
2221
echo=False,

main.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)