Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removing a debug log statement
  • Loading branch information
albert-wang committed Apr 12, 2016
1 parent a064b2a commit 5e6dfb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions twitch.go
Expand Up @@ -57,8 +57,6 @@ func (client *TwitchClient) getRequest(endpoint string, options *RequestOptions,
targetUrl += "?" + v.Encode()
}

fmt.Println(targetUrl)

req, _ := http.NewRequest("GET", targetUrl, nil)
req.Header.Set("Accept", "application/vnd.twitchtv.v3+json")
res, err := client.httpClient.Do(req)
Expand Down

0 comments on commit 5e6dfb8

Please sign in to comment.