remove logging
This commit is contained in:
parent
cb4d10d5be
commit
5c640b9f32
1 changed files with 0 additions and 2 deletions
|
|
@ -169,7 +169,6 @@ pandora.ui.home = function() {
|
||||||
}).map(function(clip) {
|
}).map(function(clip) {
|
||||||
videos = videos.concat(pandora.getClipVideos(clip, resolution));
|
videos = videos.concat(pandora.getClipVideos(clip, resolution));
|
||||||
});
|
});
|
||||||
console.log(videos)
|
|
||||||
return videos;
|
return videos;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -211,7 +210,6 @@ pandora.ui.home = function() {
|
||||||
})
|
})
|
||||||
player.prependTo(pandora.$ui.home)
|
player.prependTo(pandora.$ui.home)
|
||||||
player.bindEvent('loadedmetadata', () => {
|
player.bindEvent('loadedmetadata', () => {
|
||||||
console.log('now play')
|
|
||||||
player.play()
|
player.play()
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
player.play()
|
player.play()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue