remove leftover logging
This commit is contained in:
parent
dc80276e99
commit
fd1df595c8
1 changed files with 0 additions and 1 deletions
|
@ -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: () => {
|
||||||
|
|
Reference in a new issue