Remove log

This commit is contained in:
Thomas Forgione 2020-10-04 17:06:38 +02:00
parent bb3a912cf3
commit 0f55299d12
1 changed files with 0 additions and 1 deletions

View File

@ -17,7 +17,6 @@
app.ports.registerVideo.subscribe(function(args) {
requestAnimationFrame(function() {
console.log(args);
vd.setup(args[0], args[1] + "/manifest.mpd")
});
});