comment out this line to get it to compile for now

This commit is contained in:
Jeff Carr 2021-08-07 00:18:40 -05:00
parent 6acc13e010
commit 4474cfb527
1 changed files with 2 additions and 1 deletions

View File

@ -91,7 +91,8 @@ func (addrs *AddrSet) Read() error {
}
// XXX: scope and other filters?
addrs.updateAddr(addrUpdate.Addr, addrUpdate.NewAddr)
log.Printf("jcarr: TODO: FIX: supposed to run addrs.updateAddr() here")
// addrs.updateAddr(addrUpdate.Addr, addrUpdate.NewAddr)
return nil
}