Skip to content

Commit

Permalink
remove verbose debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
talkkonnect committed Mar 6, 2022
1 parent 3aae08c commit c05f084
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gpio.go
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,6 @@ func (b *Talkkonnect) initGPIO() {
if Config.Global.Software.Settings.TXLockOut && *txlockout {
log.Println("warn: TX Lockout Stopping Transmission")
eventSound := findEventSound("txlockout")
log.Println("alert: BP0 ", eventSound)
if eventSound.Enabled {
if v, err := strconv.Atoi(eventSound.Volume); err == nil {
localMediaPlayer(eventSound.FileName, v, eventSound.Blocking, 0, 1)
Expand Down

0 comments on commit c05f084

Please sign in to comment.