From 3e69b75a27b9964c3ff67dd3078f9541636270b0 Mon Sep 17 00:00:00 2001 From: Elara Musayelyan Date: Wed, 24 Nov 2021 13:07:48 -0800 Subject: [PATCH] Remove useless function call --- calls.go | 1 - 1 file changed, 1 deletion(-) 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)