Jon Solow
commited on
Commit
·
0a1f3c3
1
Parent(s):
9ac79a9
Remove debug print
Browse files- src/stats.py +0 -1
src/stats.py
CHANGED
@@ -279,7 +279,6 @@ def add_yahoo_stat_type_to_stat_map(
|
|
279 |
|
280 |
for raw_week, week_dict in nfl_object.items():
|
281 |
week = YAHOO_WEEK_MAP[int(raw_week)]
|
282 |
-
print(week_dict)
|
283 |
if week not in stat_map:
|
284 |
stat_map[week] = {}
|
285 |
|
|
|
279 |
|
280 |
for raw_week, week_dict in nfl_object.items():
|
281 |
week = YAHOO_WEEK_MAP[int(raw_week)]
|
|
|
282 |
if week not in stat_map:
|
283 |
stat_map[week] = {}
|
284 |
|