Skip to content

Commit

Permalink
- remove caddy event, It is now triggered directly by Caddy in the St…
Browse files Browse the repository at this point in the history
…art function of the Instance (coredns#2656)
  • Loading branch information
Francois Tur authored and miekg committed Mar 7, 2019
1 parent 9dd2889 commit 97e2a53
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions coremain/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ func Run() {
showVersion()
}

// Execute instantiation events
caddy.EmitEvent(caddy.InstanceStartupEvent, instance)

// Twiddle your thumbs
instance.Wait()
}
Expand Down

0 comments on commit 97e2a53

Please sign in to comment.