5
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2024-09-19 00:59:37 +00:00

Remove debug line

This commit is contained in:
Neil Alexander 2021-06-27 09:42:46 +01:00
parent a42b77db84
commit 4701f941a9

View File

@ -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 {