diff --git a/.discogs.go.swp b/.discogs.go.swp deleted file mode 100644 index 9d2f48d..0000000 Binary files a/.discogs.go.swp and /dev/null differ diff --git a/.search.go.swp b/.search.go.swp deleted file mode 100644 index e99411d..0000000 Binary files a/.search.go.swp and /dev/null differ diff --git a/discogs.go b/discogs.go index 9d4b8ca..2e0aff9 100644 --- a/discogs.go +++ b/discogs.go @@ -100,7 +100,6 @@ func request(path string, params url.Values, resp interface{}) error { if err != nil { return err } - fmt.Println(string(body)) return json.Unmarshal(body, &resp) }