forked from Hay1tsme/artemis
database: remove print
This commit is contained in:
parent
83d2151b6b
commit
4102ba21fc
@ -286,8 +286,6 @@ class Data:
|
|||||||
self.logger.warn("Failed to get schema versions")
|
self.logger.warn("Failed to get schema versions")
|
||||||
return
|
return
|
||||||
|
|
||||||
print(all_game_versions)
|
|
||||||
|
|
||||||
all_games = Utils.get_all_titles()
|
all_games = Utils.get_all_titles()
|
||||||
all_games_list: Dict[str, int] = {}
|
all_games_list: Dict[str, int] = {}
|
||||||
for _, mod in all_games.items():
|
for _, mod in all_games.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user