forked from Elara6331/itd
Remove useless function call
This commit is contained in:
parent
584d9426e6
commit
5d231207cd
1
calls.go
1
calls.go
@ -40,7 +40,6 @@ func initCallNotifs(dev *infinitime.Device) error {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
conn.Names()
|
|
||||||
|
|
||||||
// Create channel to receive calls
|
// Create channel to receive calls
|
||||||
callCh := make(chan *dbus.Message, 5)
|
callCh := make(chan *dbus.Message, 5)
|
||||||
|
Loading…
Reference in New Issue
Block a user