forked from matrix/element-web
remove debug statement
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
8c88e9f0f4
commit
e1bdcf2d9e
|
@ -149,7 +149,6 @@ async function start() {
|
||||||
// ##########################
|
// ##########################
|
||||||
// error handling begins here
|
// error handling begins here
|
||||||
// ##########################
|
// ##########################
|
||||||
console.log("DEBUG", acceptBrowser);
|
|
||||||
if (!acceptBrowser) {
|
if (!acceptBrowser) {
|
||||||
await new Promise(resolve => {
|
await new Promise(resolve => {
|
||||||
console.error("Browser is missing required features.");
|
console.error("Browser is missing required features.");
|
||||||
|
|
Loading…
Reference in New Issue