Skip to content

Commit

Permalink
removed track logs
Browse files Browse the repository at this point in the history
  • Loading branch information
crohrer committed Jan 4, 2016
1 parent 4e0fa1b commit 4626666
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ function getPlaylistTracks(offset){
* @param {Array} tracks
*/
function searchSpotify(tracks){
console.log(tracks);
var PLAYLIST_ADD_LIMIT = 40; // limit how many tracks will be added in one request
var responseCounter = 0;
var results = [];
Expand Down

0 comments on commit 4626666

Please sign in to comment.