remove dirty debug code

This commit is contained in:
Martin/Geno 2019-05-19 01:03:53 +02:00 committed by genofire
parent a2ec45e025
commit eefcc272f9
No known key found for this signature in database
GPG Key ID: 9D7D3C6BFF600C6A
1 changed files with 0 additions and 3 deletions

View File

@ -4,7 +4,6 @@ import (
"errors" "errors"
"github.com/Vivena/babelweb2/parser" "github.com/Vivena/babelweb2/parser"
"github.com/bdlm/log"
"github.com/FreifunkBremen/yanic/data" "github.com/FreifunkBremen/yanic/data"
) )
@ -30,8 +29,6 @@ func (d *Daemon) updateNeighbours(iface string, resp *data.ResponseData) {
return return
} }
log.Warn(d.babelData.String())
resp.Neighbours.Babel = make(map[string]data.BabelNeighbours) resp.Neighbours.Babel = make(map[string]data.BabelNeighbours)
d.babelData.Iter(func(bu parser.BabelUpdate) error { d.babelData.Iter(func(bu parser.BabelUpdate) error {
sbu := bu.ToSUpdate() sbu := bu.ToSUpdate()