Skip to content

Commit

Permalink
T6718: drop output of rendered config on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
jestabro committed Oct 25, 2024
1 parent f485cdb commit 29bbab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vyconfd.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

0 comments on commit 29bbab6

Please sign in to comment.