Skip to content

Commit

Permalink
Remove misleading print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
steckhelena committed Jul 17, 2022
1 parent 25fdcb3 commit 8166fbb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ def server(server: Host, experiment: Experiment):
load_experiment_config(experiment)
parent_dir = get_defaults_path()

print(
f"sudo systemctl stop apache2.service && caddy start --config {parent_dir / 'CaddyFilev2QUIC'} --adapter caddyfile"
)
if experiment["server_type"] == "wsgi":
if experiment["server_protocol"] == "quic":
server.cmd(
Expand Down

0 comments on commit 8166fbb

Please sign in to comment.