Skip to content

Commit

Permalink
fix: remove debug printf
Browse files Browse the repository at this point in the history
  • Loading branch information
robinbraemer committed Jun 10, 2024
1 parent 11d6cc6 commit 96c0a2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/edition/java/proxy/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ func (p *Proxy) Start(ctx context.Context) error {
defer reload.Subscribe(p.event, func(e *javaConfigUpdateEvent) {
*p.cfg = *e.Config
p.initQuota(&e.Config.Quota)
fmt.Printf(e.PrevConfig.Bind, e.Config.Bind)
if e.PrevConfig.Bind != e.Config.Bind {
p.closeMu.Lock()
stopLn()
Expand Down

0 comments on commit 96c0a2e

Please sign in to comment.