diff options
| author | Guillaume Horel <guillaume.horel@gmail.com> | 2016-11-22 22:27:00 -0500 |
|---|---|---|
| committer | Guillaume Horel <guillaume.horel@gmail.com> | 2016-11-22 22:27:00 -0500 |
| commit | 47ae04e16e467d4fc2114c89e24efdb14223c8f4 (patch) | |
| tree | 0f9f8e11712a97c9683b2d02ec816582b0313d75 | |
| parent | dd4fb25b4cb83b32bef358cb8b283d9a0b43ab48 (diff) | |
| download | lastfm-api-47ae04e16e467d4fc2114c89e24efdb14223c8f4.tar.gz | |
stray code
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -96,7 +96,6 @@ func parsePart(values url.Values) (Scrobble, error) { func parseScrobbles(values url.Values, session *Session) []Scrobble { scrobbles := make([]Scrobble, 0, 1) parts := parseValues(values) - keys := make([]int, len(parts)) for i, c := 0, 0; i < 50 && c < len(parts); i++ { if part, ok := parts[i]; ok { c++ |
