mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2024-11-09 16:20:26 +00:00
Remove debug line
This commit is contained in:
parent
a42b77db84
commit
4701f941a9
@ -97,7 +97,6 @@ func readConfig(log *log.Logger, useconf *bool, useconffile *string, normaliseco
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if oldmc, ok := dat["MulticastInterfaces"]; ok {
|
if oldmc, ok := dat["MulticastInterfaces"]; ok {
|
||||||
fmt.Println("DEBUG:", oldmc)
|
|
||||||
if oldmcvals, ok := oldmc.([]interface{}); ok {
|
if oldmcvals, ok := oldmc.([]interface{}); ok {
|
||||||
var newmc []config.MulticastInterfaceConfig
|
var newmc []config.MulticastInterfaceConfig
|
||||||
for _, oldmcval := range oldmcvals {
|
for _, oldmcval := range oldmcvals {
|
||||||
|
Loading…
Reference in New Issue
Block a user