Remove extra udp port log (#5205)

* Remove extra udp port log
* Merge branch 'master' into rm-log
This commit is contained in:
terence tsao
2020-03-25 08:28:29 -07:00
committed by GitHub
parent 48e984f526
commit 6b1e60c404

View File

@@ -72,7 +72,6 @@ func NewService(cfg *Config) (*Service, error) {
BufferItems: 64,
})
log.Info(cfg.UDPPort)
s := &Service{
ctx: ctx,
cancel: cancel,