Skip to content

Commit 0e206e5

Browse files
fix(ID): log ID
1 parent eeae9d0 commit 0e206e5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stores/geode.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const use_geode_store = defineStore('geode', {
99
const public_runtime_config = useRuntimeConfig().public
1010
var geode_url = `${public_runtime_config.GEODE_PROTOCOL}://${public_runtime_config.API_URL}:${public_runtime_config.GEODE_PORT}`
1111
console.log('ID', cloud_store.ID)
12-
1312
if (process.env.NODE_ENV == 'production') {
1413
geode_url += `/${cloud_store.ID}/geode`
1514
}

0 commit comments

Comments
 (0)