Skip to content

Commit

Permalink
Remove debug logging from serval app
Browse files Browse the repository at this point in the history
  • Loading branch information
Enkidu93 committed Oct 31, 2023
1 parent b49aa63 commit 3bb4c25
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion samples/ServalApp/serval_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ def send_updates():
st.session_state["client_secret"] = st.text_input(
label="Client Secret", type="password"
)
logger.info("HERE_")
if st.form_submit_button("Authorize"):
try:
st.session_state["serval_auth"] = ServalBearerAuth(
Expand Down

0 comments on commit 3bb4c25

Please sign in to comment.