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:
2
static/dist/embed.min.js
vendored
2
static/dist/embed.min.js
vendored
File diff suppressed because one or more lines are too long
6
static/dist/main.min.js
vendored
6
static/dist/main.min.js
vendored
File diff suppressed because one or more lines are too long
@@ -305,7 +305,6 @@ var List = {
|
|||||||
|
|
||||||
getIndexOfSong: function(id)
|
getIndexOfSong: function(id)
|
||||||
{
|
{
|
||||||
console.log(full_playlist);
|
|
||||||
indexes = $.map(full_playlist, function(obj, index) {
|
indexes = $.map(full_playlist, function(obj, index) {
|
||||||
if(obj.id == id) {
|
if(obj.id == id) {
|
||||||
return index;
|
return index;
|
||||||
|
|||||||
Reference in New Issue
Block a user