Remove useless function call

This commit is contained in:
Elara 2021-11-24 13:07:48 -08:00
parent be99136bb5
commit 3e69b75a27
1 changed files with 0 additions and 1 deletions

View File

@ -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)