From 97e2a53a650b7eb41b86874285e300f52a9122eb Mon Sep 17 00:00:00 2001 From: Francois Tur Date: Thu, 7 Mar 2019 15:05:19 -0500 Subject: - remove caddy event, It is now triggered directly by Caddy in the Start function of the Instance (#2656) --- coremain/run.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/coremain/run.go b/coremain/run.go index 6a8ff055b..1c7e475ee 100644 --- a/coremain/run.go +++ b/coremain/run.go @@ -95,9 +95,6 @@ func Run() { showVersion() } - // Execute instantiation events - caddy.EmitEvent(caddy.InstanceStartupEvent, instance) - // Twiddle your thumbs instance.Wait() } -- cgit v1.2.3