remove dirty debug code
This commit is contained in:
parent
a2ec45e025
commit
eefcc272f9
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue