Spaces:
Runtime error
Runtime error
James McCool
commited on
Commit
·
cd862f3
1
Parent(s):
21bdc76
Remove debug print statement in game rotation timeline processing
Browse files
app.py
CHANGED
@@ -731,7 +731,6 @@ with tab5:
|
|
731 |
fig.add_vline(x=24, line_width=3, line_dash="dash", line_color="green")
|
732 |
fig.add_vline(x=36, line_width=3, line_dash="dash", line_color="green")
|
733 |
|
734 |
-
st.write(check_rotation)
|
735 |
game_rot_stats = check_rotation.reindex(game_rot_cols,axis="columns")
|
736 |
game_rot_stats = game_rot_stats.drop_duplicates(subset='backlog_lookup')
|
737 |
|
|
|
731 |
fig.add_vline(x=24, line_width=3, line_dash="dash", line_color="green")
|
732 |
fig.add_vline(x=36, line_width=3, line_dash="dash", line_color="green")
|
733 |
|
|
|
734 |
game_rot_stats = check_rotation.reindex(game_rot_cols,axis="columns")
|
735 |
game_rot_stats = game_rot_stats.drop_duplicates(subset='backlog_lookup')
|
736 |
|