Removed a simple log

This commit is contained in:
Kasper Rynning-Tønnesen
2016-09-01 15:19:32 +02:00
parent 5469c00cfa
commit bded7f726e
3 changed files with 4 additions and 5 deletions

View File

@@ -305,7 +305,6 @@ var List = {
getIndexOfSong: function(id)
{
console.log(full_playlist);
indexes = $.map(full_playlist, function(obj, index) {
if(obj.id == id) {
return index;