From acae41d4c5609cf88844b3d7798d8f2ceb95d084 Mon Sep 17 00:00:00 2001 From: "j.aschauer" Date: Tue, 14 Nov 2023 11:18:23 +0100 Subject: [PATCH] remove printed session state used for debugging --- app/ptxboa_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/ptxboa_functions.py b/app/ptxboa_functions.py index 403fd460..c86ee324 100644 --- a/app/ptxboa_functions.py +++ b/app/ptxboa_functions.py @@ -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():