mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 03:25:12 +01:00
remove leftover logging
This commit is contained in:
parent
dc80276e99
commit
fd1df595c8
@ -120,7 +120,6 @@ export async function main(container, paths, legacyExtras) {
|
|||||||
const navigation = createNavigation();
|
const navigation = createNavigation();
|
||||||
const urlRouter = createRouter({navigation, history: new History()});
|
const urlRouter = createRouter({navigation, history: new History()});
|
||||||
urlRouter.attach();
|
urlRouter.attach();
|
||||||
console.log("starting with navigation path", navigation.path);
|
|
||||||
|
|
||||||
const vm = new RootViewModel({
|
const vm = new RootViewModel({
|
||||||
createSessionContainer: () => {
|
createSessionContainer: () => {
|
||||||
|
Loading…
Reference in New Issue
Block a user