Skip to content

Commit

Permalink
taking out logger completly
Browse files Browse the repository at this point in the history
  • Loading branch information
SirGankalot committed Jun 21, 2024
1 parent a208db5 commit 7caef18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion service/src/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,3 @@ def load_user(id):
def create_database(app):
if not path.exists('website/' + DB_NAME):
db.create_all(app=app)
logger.info('Created Database!')

0 comments on commit 7caef18

Please sign in to comment.