mirror of
https://github.com/KevinMidboe/zoff.git
synced 2026-09-09 17:42:20 +00:00
Removed a simple log
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+3
-3
File diff suppressed because one or more lines are too long
@@ -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