mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-30 16:33:45 +00:00
Remove debug line
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user