diff --git a/calls.go b/calls.go index 69713e7..7c76b24 100644 --- a/calls.go +++ b/calls.go @@ -40,7 +40,6 @@ func initCallNotifs(dev *infinitime.Device) error { if err != nil { return err } - conn.Names() // Create channel to receive calls callCh := make(chan *dbus.Message, 5)