Skip to content

Commit

Permalink
remove noisy log
Browse files Browse the repository at this point in the history
  • Loading branch information
scosman committed Mar 23, 2023
1 parent 8548b75 commit f2122b0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"fmt"
"log"
"math"
"os"
Expand Down Expand Up @@ -34,8 +33,6 @@ func main() {
// If you manually disconnect airplay from a device, you get the off immediately
// https://github.com/openairplay/airplay-spec/blob/master/src/status_flags.md
isPlaying := (DeviceSupportsRelayBitmask & entry.Flags) > 0
// TODO put this behind env var, for debug only
fmt.Printf("Airplay Device \"%s\" event, is playing: %t\n", entry.DeviceName, isPlaying)
actionRunner.RunActionForDeviceState(entry.DeviceName, isPlaying)
}
}()
Expand Down

0 comments on commit f2122b0

Please sign in to comment.