Remove log
This commit is contained in:
parent
bb3a912cf3
commit
0f55299d12
|
@ -17,7 +17,6 @@
|
||||||
|
|
||||||
app.ports.registerVideo.subscribe(function(args) {
|
app.ports.registerVideo.subscribe(function(args) {
|
||||||
requestAnimationFrame(function() {
|
requestAnimationFrame(function() {
|
||||||
console.log(args);
|
|
||||||
vd.setup(args[0], args[1] + "/manifest.mpd")
|
vd.setup(args[0], args[1] + "/manifest.mpd")
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue