diff --git a/ipn/ipnlocal/local.go b/ipn/ipnlocal/local.go index f2a03d9f1..568f5db08 100644 --- a/ipn/ipnlocal/local.go +++ b/ipn/ipnlocal/local.go @@ -932,7 +932,6 @@ func (b *LocalBackend) send(n ipn.Notify) { b.mu.Unlock() if notifyFunc == nil { - b.logf("nil notify callback; dropping %+v", n) return }