Skip to content

Commit 0b1fb73

Browse files
committed
chore: remove debug print
1 parent 6919461 commit 0b1fb73

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tshttpclient.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,6 @@ func (c *TeamspeakHttpClient) request(path string, v interface{}) error {
117117
return err
118118
}
119119

120-
//TODO remove
121-
fmt.Println(string(jsonBody))
122-
123120
if err = json.Unmarshal(jsonBody, v); err != nil {
124121
return err
125122
}

0 commit comments

Comments
 (0)