remove logging

This commit is contained in:
j 2026-02-26 16:34:34 +01:00
commit 5c640b9f32

View file

@ -169,7 +169,6 @@ pandora.ui.home = function() {
}).map(function(clip) {
videos = videos.concat(pandora.getClipVideos(clip, resolution));
});
console.log(videos)
return videos;
}
@ -211,7 +210,6 @@ pandora.ui.home = function() {
})
player.prependTo(pandora.$ui.home)
player.bindEvent('loadedmetadata', () => {
console.log('now play')
player.play()
setTimeout(() => {
player.play()