mirror of
https://github.com/livekit/livekit.git
synced 2026-08-28 09:24:08 +00:00
removed duplicate region log
This commit is contained in:
@@ -157,9 +157,6 @@ func (s *LivekitServer) Start() error {
|
||||
"nodeIP", s.currentNode.Ip,
|
||||
"version", version.Version,
|
||||
}
|
||||
if s.config.Region != "" {
|
||||
values = append(values, "region", s.config.Region)
|
||||
}
|
||||
if s.config.RTC.TCPPort != 0 {
|
||||
values = append(values, "rtc.portTCP", s.config.RTC.TCPPort)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user