Skip to content

Commit

Permalink
remove printed session state used for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
joAschauer committed Nov 14, 2023
1 parent 3eca430 commit acae41d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/ptxboa_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -926,7 +926,6 @@ def content_input_data(api: PtxboaAPI, settings: dict) -> None:
st.plotly_chart(fig, use_container_width=True)

display_user_changes()
st.write(st.session_state)


def reset_user_changes():
Expand Down

0 comments on commit acae41d

Please sign in to comment.