Replace console.log with logger.log
Related https://github.com/vector-im/element-web/issues/18425
This commit is contained in:
parent
db01bfc0fd
commit
dc9f77a509
6 changed files with 31 additions and 31 deletions
|
@ -181,7 +181,7 @@ async function start() {
|
|||
if (window.localStorage) {
|
||||
window.localStorage.setItem('mx_accepts_unsupported_browser', String(true));
|
||||
}
|
||||
console.log("User accepts the compatibility risks.");
|
||||
logger.log("User accepts the compatibility risks.");
|
||||
resolve();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue