Skip to content

Commit

Permalink
chore: remove unused debug print message
Browse files Browse the repository at this point in the history
  • Loading branch information
sean1832 committed May 2, 2023
1 parent 2936893 commit b03350a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Components/StreamlitSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

if not st.session_state.get('CAPTION_LANGUAGES'):
st.session_state['CAPTION_LANGUAGES'] = data.languages + data.auto_languages
print(st.session_state['CAPTION_LANGUAGES'])

if not st.session_state.get('PREVIOUS_RESULTS'):
st.session_state['PREVIOUS_RESULTS'] = None
Expand Down

0 comments on commit b03350a

Please sign in to comment.