From 4102ba21fcd1148a975b07eb29a8f641d1a879a2 Mon Sep 17 00:00:00 2001 From: Kevin Trocolli Date: Sat, 15 Apr 2023 03:07:15 -0400 Subject: [PATCH] database: remove print --- core/data/database.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/data/database.py b/core/data/database.py index 12eee8e..bcfcb1c 100644 --- a/core/data/database.py +++ b/core/data/database.py @@ -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():