mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed a simple log
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user