Remove log message for games with no Discord ID

This commit is contained in:
Mathieu Comandon 2022-10-18 16:17:41 -07:00
parent 4fd666d804
commit 19d130882a

View file

@ -15,7 +15,6 @@ def migrate():
games = get_api_games(slugs_to_update)
for game in games:
if not game['discord_id']:
logger.info("%s doesn't have Discord APP Id", game['name'])
continue
sql.db_update(