mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 06:05:06 +03:00
Remove debug line
This commit is contained in:
parent
a42b77db84
commit
4701f941a9
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ func readConfig(log *log.Logger, useconf *bool, useconffile *string, normaliseco
|
|||
}
|
||||
}
|
||||
if oldmc, ok := dat["MulticastInterfaces"]; ok {
|
||||
fmt.Println("DEBUG:", oldmc)
|
||||
if oldmcvals, ok := oldmc.([]interface{}); ok {
|
||||
var newmc []config.MulticastInterfaceConfig
|
||||
for _, oldmcval := range oldmcvals {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue