Skip to content

Commit b2ad869

Browse files
committed
cleaning console + dependencies
1 parent 05f1f22 commit b2ad869

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

components/CrsSelector.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
async function get_crs_table() {
6767
const params = { input_geode_object }
6868
toggle_loading()
69-
console.log("schema", schema.methods)
69+
7070
await api_fetch(
7171
{ schema, params },
7272
{

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@
4545
"@vueuse/core": "^10.7.2",
4646
"@vueuse/nuxt": "^10.7.2",
4747
"ajv": "^8.12.0",
48-
"fs": "^0.0.1-security",
49-
"glob": "^10.3.10",
50-
"lodash": "^4.17.21",
51-
"path": "^0.12.7",
5248
"pinia": "^2.1.7",
5349
"sass": "^1.70.0",
5450
"semver": "^7.5.4",
@@ -74,4 +70,4 @@
7470
"publishConfig": {
7571
"access": "public"
7672
}
77-
}
73+
}

0 commit comments

Comments
 (0)