Skip to content

Commit cfcd387

Browse files
committed
validate schema: improve logging
1 parent 5cf6c39 commit cfcd387

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/validate_schema.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
for game in progressbar.progressbar(games_list, redirect_stdout=True):
2121
n += 1
22-
print(f"Validating {game}..")
2322
with open(f"../entries/{game}/game.json") as f:
2423
game_metadata = json.load(f)
2524
try:

0 commit comments

Comments
 (0)