Skip to content

Commit

Permalink
removed debugging print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronRP committed Apr 19, 2021
1 parent 1ae5a7d commit 921f819
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions audiobaitclient/audiobaitclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ package audiobaitclient
import (
"encoding/json"
"errors"
"log"

"github.com/TheCacophonyProject/event-reporter/eventclient"
"github.com/godbus/dbus"
Expand All @@ -48,7 +47,6 @@ func PlayFromId(audioFileId, volume, priority int, event *eventclient.Event) (pl
return false, err
}
}
log.Println(eventRaw)
data, err := dbusCall("PlayFromId", audioFileId, volume, priority, string(eventRaw))
if err != nil {
return false, err
Expand Down

0 comments on commit 921f819

Please sign in to comment.