Skip to content

Commit 2945d04

Browse files
committed
remove console.log + useless lines
1 parent bcb501f commit 2945d04

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

components/ExtensionSelector.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
<script setup>
6262
import schemas from "@geode/opengeodeweb-back/schemas.json"
6363
const schema = schemas.opengeodeweb_back.geode_objects_and_output_extensions
64-
const json_data = schemas
6564
const emit = defineEmits([
6665
"update_values",
6766
"increment_step",

components/FileSelector.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
import schemas from "@geode/opengeodeweb-back/schemas.json"
1212
1313
const schema = schemas.opengeodeweb_back.allowed_files
14-
15-
const json_data = schemas
16-
1714
const emit = defineEmits([
1815
"update_values",
1916
"increment_step",

composables/api_fetch.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@ export function api_fetch(
3535
console.log("methods", methods)
3636

3737
const indexOf = methods.indexOf("OPTIONS")
38-
// console.log("indexOf", indexOf)
3938
const splice = methods.splice(indexOf, 1)
40-
// console.log("splice", splice)
4139
const method = splice[0]
42-
// console.log("splice", splice)
4340

4441
const request_options = {
4542
method: method,

0 commit comments

Comments
 (0)