Skip to content

Commit

Permalink
Removed left-over log
Browse files Browse the repository at this point in the history
  • Loading branch information
stefannica committed Jan 4, 2025
1 parent 83564b2 commit ae0a6d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zenml/zen_server/auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,6 @@ def authenticate_external_user(
# between web clients (i.e. the dashboard) and CLI clients (i.e. the
# zenml CLI).
user_agent = request.headers.get("User-Agent", "").lower()
logger.info(f"User agent: {user_agent}")
if "zenml/" in user_agent:
store.update_onboarding_state(
completed_steps={OnboardingStep.DEVICE_VERIFIED}
Expand Down

0 comments on commit ae0a6d6

Please sign in to comment.