1
0
mirror of synced 2025-02-17 18:49:23 +01:00

database: remove print

This commit is contained in:
Kevin Trocolli 2023-04-15 03:07:15 -04:00
parent 83d2151b6b
commit 4102ba21fc

View File

@ -286,8 +286,6 @@ class Data:
self.logger.warn("Failed to get schema versions")
return
print(all_game_versions)
all_games = Utils.get_all_titles()
all_games_list: Dict[str, int] = {}
for _, mod in all_games.items():