Removed log

This commit is contained in:
Kasper Rynning-Tønnesen
2017-11-10 11:13:31 +01:00
parent 9bcf20269a
commit dc8290ff28

View File

@@ -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) {