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) {
|
||||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue