From 0f55299d1239cb545643480d691c9ba2be3983c2 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sun, 4 Oct 2020 17:06:38 +0200 Subject: [PATCH] Remove log --- index.html | 1 - 1 file changed, 1 deletion(-) 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") }); });