diff options
Diffstat (limited to '')
-rw-r--r-- | coremain/run.go | 3 |
1 files changed, 0 insertions, 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() } |