forked from mystiq/hydrogen-web
undo debug squibels
This commit is contained in:
parent
5a30855227
commit
c125335ef0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue