Remove unecessary logging
This commit is contained in:
parent
96020f3cde
commit
019fe3ef5b
1 changed files with 0 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ func TypeString(textToType string) {
|
|||
for {
|
||||
select {
|
||||
case message := <-signals:
|
||||
fmt.Println("Message:", message)
|
||||
if state == 0 {
|
||||
log.Info("Selecting Devices")
|
||||
result := message.Body[1].(map[string]dbus.Variant)
|
||||
|
|
|
|||
Loading…
Reference in a new issue