mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Removed log
This commit is contained in:
@@ -300,7 +300,6 @@ var List = {
|
|||||||
},
|
},
|
||||||
|
|
||||||
check_error_videos: function(i) {
|
check_error_videos: function(i) {
|
||||||
console.log(i);
|
|
||||||
$.getJSON('https://www.googleapis.com/youtube/v3/videos?id=' + full_playlist[i].id
|
$.getJSON('https://www.googleapis.com/youtube/v3/videos?id=' + full_playlist[i].id
|
||||||
+ "&key=" + api_key + "&part=snippet",
|
+ "&key=" + api_key + "&part=snippet",
|
||||||
function (data, status, xhr) {
|
function (data, status, xhr) {
|
||||||
|
|||||||
Reference in New Issue
Block a user