diff --git a/src/js/services/lastfm/actions.js b/src/js/services/lastfm/actions.js index 980ce7da..ec790ee8 100755 --- a/src/js/services/lastfm/actions.js +++ b/src/js/services/lastfm/actions.js @@ -164,6 +164,7 @@ export function loveTrack(uri, artist, track){ sendSignedRequest(dispatch, getState, params) .then( response => { + console.log(response); dispatch({ type: 'TRACK_LOADED', key: uri,