Browse Source

remove prints

main
Martin Dørum 2 years ago
parent
commit
d7d1bcb2d7
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      web/remote.html

+ 0
- 2
web/remote.html View File

@@ -101,12 +101,10 @@ window.addEventListener("focus", () => {
});

screencastEl.addEventListener("load", () => {
console.log("Screencast loaded", screencastEl.src);
screencastLoaded = true;
});

screencastEl.addEventListener("error", evt => {
console.log("Screencast errored:", screencastEl.src, evt);
screencastLoaded = false;

// This is necessary because sometimes, right after Safari on iOS returns

Loading…
Cancel
Save