Remove log

This commit is contained in:
Andrew Kingston 2023-10-02 08:27:28 +01:00
parent bdd70d8bdb
commit 6b904dd01a
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ import { appStore } from "./app"
import { orgStore } from "./org"
export async function initialise() {
console.log("initialise!")
await routeStore.actions.fetchRoutes()
await appStore.actions.fetchAppDefinition()
await orgStore.actions.init()