mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
undo debug squibels
This commit is contained in:
parent
5a30855227
commit
c125335ef0
@ -155,6 +155,6 @@ export async function main(container, paths, legacyExtras) {
|
||||
const view = new RootView(vm);
|
||||
container.appendChild(view.mount());
|
||||
} catch(err) {
|
||||
console.error(`${err.message}:\n${err.stack}dfdfdfdf`);
|
||||
console.error(`${err.message}:\n${err.stack}`);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user