Skip to content

Commit

Permalink
removing print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
onedeveloper committed Nov 1, 2023
1 parent f09c045 commit 4a9bda7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backend/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

SQLALCHEMY_DATABASE_URL = f"mysql+mysqlconnector://ormuco:ormuco@{MYSQL_HOST}/ormucodb"

print(SQLALCHEMY_DATABASE_URL)

engine = create_engine(SQLALCHEMY_DATABASE_URL, echo=True)
SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)

Expand Down

0 comments on commit 4a9bda7

Please sign in to comment.