diff --git a/index.html b/index.html index f1e1281..8193c49 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,6 @@ app.ports.registerVideo.subscribe(function(args) { requestAnimationFrame(function() { - console.log(args); vd.setup(args[0], args[1] + "/manifest.mpd") }); });