Skip to content

Commit

Permalink
chore: remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed May 14, 2020
1 parent 6919461 commit 0b1fb73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tshttpclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,6 @@ func (c *TeamspeakHttpClient) request(path string, v interface{}) error {
return err
}

//TODO remove
fmt.Println(string(jsonBody))

if err = json.Unmarshal(jsonBody, v); err != nil {
return err
}
Expand Down

0 comments on commit 0b1fb73

Please sign in to comment.