Remove log
This commit is contained in:
parent
bdd70d8bdb
commit
6b904dd01a
|
@ -3,7 +3,6 @@ import { appStore } from "./app"
|
||||||
import { orgStore } from "./org"
|
import { orgStore } from "./org"
|
||||||
|
|
||||||
export async function initialise() {
|
export async function initialise() {
|
||||||
console.log("initialise!")
|
|
||||||
await routeStore.actions.fetchRoutes()
|
await routeStore.actions.fetchRoutes()
|
||||||
await appStore.actions.fetchAppDefinition()
|
await appStore.actions.fetchAppDefinition()
|
||||||
await orgStore.actions.init()
|
await orgStore.actions.init()
|
||||||
|
|
Loading…
Reference in New Issue