forked from mystiq/hydrogen-web
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 urlRouter = createRouter({navigation, history: new History()});
|
||||
urlRouter.attach();
|
||||
console.log("starting with navigation path", navigation.path);
|
||||
|
||||
const vm = new RootViewModel({
|
||||
createSessionContainer: () => {
|
||||
|
|
Loading…
Reference in a new issue