Skip to content

Commit

Permalink
[bug] proxy: delete a log (#15295)
Browse files Browse the repository at this point in the history
  • Loading branch information
volgariver6 authored Apr 2, 2024
1 parent 8cd93a3 commit 1519f8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/proxy/scaling.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ func (s *scaling) doScaling() {
zap.String("CN ID", cn),
)
for _, tun := range tuns {
s.logger.Info("scaling out tunnel", zap.Uint32("conn ID", tun.cc.ConnID()))
tun.setTransferType(transferByScaling)
select {
case s.queue <- tun:
Expand Down

0 comments on commit 1519f8e

Please sign in to comment.