Skip to content

Commit

Permalink
Merge pull request #90 from Vatsim-Scandinavia/feature/training-roles
Browse files Browse the repository at this point in the history
Removed Debug print
  • Loading branch information
Marko259 authored Sep 14, 2024
2 parents eadd355 + fa6b6a2 commit e19fc2d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cogs/events.py
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,6 @@ async def save_data(self):
mydb = db_connection()
cursor = mydb.cursor()

print(event.id, flush=True)
print(event.url, flush=True)

cursor.execute(
"INSERT INTO events (id, name, img, url, description, start_time, end_time, published) VALUES (%s, %s, %s, %s, %s, %s, %s, %s) ON DUPLICATE KEY UPDATE name = VALUES(name), img = VALUES(img), url = VALUES(url), description = VALUES(description), start_time = VALUES(start_time), end_time = VALUES(end_time), published = VALUES(published)",
(
Expand Down

0 comments on commit e19fc2d

Please sign in to comment.