Skip to content

Commit

Permalink
remove old, incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Holmberg committed Jul 6, 2024
1 parent 137a269 commit cac77bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion locust/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ def ensure_user_class_name(config):

# start Web UI
if not options.headless and not options.worker:
# spawn web greenlet
protocol = "https" if options.tls_cert and options.tls_key else "http"

if options.web_host == "*":
Expand Down

0 comments on commit cac77bf

Please sign in to comment.