Remove unecessary logging

This commit is contained in:
Bernd Schoolmann 2024-01-19 08:58:46 +01:00
parent 96020f3cde
commit 019fe3ef5b
No known key found for this signature in database
1 changed files with 0 additions and 1 deletions

View File

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