mirror of https://github.com/velour/catbase.git
Removing some noisy debug output
This commit is contained in:
parent
449b9ca499
commit
374ea3fc7f
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue