From 9b90d3cc4da72c13ef4270150e4b547ff03fc813 Mon Sep 17 00:00:00 2001 From: John Estabrook Date: Fri, 25 Oct 2024 17:25:04 -0500 Subject: T6718: drop output of rendered config on startup --- src/vyconfd.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vyconfd.ml') 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 () -- cgit v1.2.3