diff options
author | John Estabrook <jestabro@vyos.io> | 2024-10-25 17:25:04 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-10-27 21:49:53 -0500 |
commit | 9b90d3cc4da72c13ef4270150e4b547ff03fc813 (patch) | |
tree | cfeff0991481c8281e24cf1698b20a76854059a4 /src/vyconfd.ml | |
parent | 7c093d7465438590ebcf142557f357762ab17698 (diff) | |
download | vyconf-9b90d3cc4da72c13ef4270150e4b547ff03fc813.tar.gz vyconf-9b90d3cc4da72c13ef4270150e4b547ff03fc813.zip |
T6718: drop output of rendered config on startup
Diffstat (limited to 'src/vyconfd.ml')
-rw-r--r-- | src/vyconfd.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vyconfd.ml b/src/vyconfd.ml index 0b49ca4..7c4caeb 100644 --- a/src/vyconfd.ml +++ b/src/vyconfd.ml @@ -235,5 +235,4 @@ let () = (FP.concat vc.config_dir vc.primary_config) (FP.concat vc.config_dir vc.fallback_config) in let world = Session.{world with running_config=config} in - let () = print_endline (CT.render_config world.running_config) in Lwt_main.run @@ main_loop !basepath world () |