timothycho01 commited on
Commit
1e37cfb
1 Parent(s): af07f3f

removed leftover debugging

Browse files
Files changed (1) hide show
  1. app.py +0 -10
app.py CHANGED
@@ -593,16 +593,6 @@ def settings_app():
593
  use_container_width=True
594
  )
595
 
596
- with st.expander('debug_compare', expanded=True):
597
- st.divider()
598
- st.json(debug_compare(sys_to_user(st.session_state.sys_settings), st.session_state.user_settings))
599
-
600
- # with st.expander('debug'):
601
- # st.json(st.session_state.user_settings)
602
- # st.json(sys_to_user(st.session_state.sys_settings))
603
- # st.divider()
604
- # st.json(st.session_state.sys_settings)
605
-
606
 
607
  if __name__ == "__main__":
608
  settings_app()
 
593
  use_container_width=True
594
  )
595
 
 
 
 
 
 
 
 
 
 
 
596
 
597
  if __name__ == "__main__":
598
  settings_app()