mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Remove debug print
This commit is contained in:
@@ -126,7 +126,6 @@ def ensure_traefik_config(state_dir):
|
|||||||
traefik_toml = load_extra_config(traefik_std_config_file, traefik_extra_config_dir)
|
traefik_toml = load_extra_config(traefik_std_config_file, traefik_extra_config_dir)
|
||||||
|
|
||||||
# Dump the dict into a toml-formatted string and write it to file
|
# Dump the dict into a toml-formatted string and write it to file
|
||||||
print(f"Writing traefik config {traefik_toml}...")
|
|
||||||
with open(traefik_std_config_file, "w") as f:
|
with open(traefik_std_config_file, "w") as f:
|
||||||
os.fchmod(f.fileno(), 0o600)
|
os.fchmod(f.fileno(), 0o600)
|
||||||
toml.dump(traefik_toml, f)
|
toml.dump(traefik_toml, f)
|
||||||
|
|||||||
Reference in New Issue
Block a user