Skip to content

Commit 72442f1

Browse files
feat: removing logs
1 parent 0ec3ae8 commit 72442f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

backend/src/infrastructure/dependencie_injection.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,5 @@ def __new__(cls):
3333
raise
3434

3535
logger.info("ApplicationDependencies inicializado com sucesso")
36-
else:
37-
logger.info("Reutilizando instância existente de ApplicationDependencies")
3836

3937
return cls._instance

0 commit comments

Comments
 (0)