mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-11 10:56:31 -05:00
Cleanup Debugging Stuff
This commit is contained in:
parent
e6b3f4142f
commit
a8e7e18bf9
1 changed files with 0 additions and 10 deletions
|
|
@ -34,7 +34,6 @@ export const usePowerItems = defineStore('powerItems', () => {
|
|||
}
|
||||
})
|
||||
}
|
||||
console.log(apiBaseURL)
|
||||
//#endregion
|
||||
|
||||
//#region state
|
||||
|
|
@ -50,15 +49,6 @@ export const usePowerItems = defineStore('powerItems', () => {
|
|||
|
||||
//#region loaders
|
||||
async function fetchBlessingItems() {
|
||||
getConfig().then((conf: Config | null) => {
|
||||
if (conf !== null) {
|
||||
console.log(conf)
|
||||
apiBaseURL = conf.apiBaseURL
|
||||
return conf
|
||||
}
|
||||
throw new Error("Could not fetch config")
|
||||
})
|
||||
console.log("get: " + apiBaseURL)
|
||||
axios
|
||||
.get(apiBaseURL + '/powerItems/byType/' + BLESSING + '/asMap', noCacheConfig)
|
||||
.then((resp) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue