Removing some noisy debug output

This commit is contained in:
Chris Sexton 2013-09-02 22:29:00 -04:00
parent 449b9ca499
commit 374ea3fc7f
1 changed files with 0 additions and 1 deletions

View File

@ -299,7 +299,6 @@ func (p *BeersPlugin) pullUntappd() ([]checkin, error) {
baseUrl := "http://api.untappd.com/v4/checkin/recent/"
url := baseUrl + access_token + "&limit=25"
log.Println("Request:", url)
resp, err := http.Get(url)
if err != nil {