aboutsummaryrefslogtreecommitdiffstats
path: root/VegaData/wwwroot/framework.js
diff options
context:
space:
mode:
authorivar <i@oiee.no>2025-10-07 23:32:23 +0200
committerivar <i@oiee.no>2025-10-07 23:32:23 +0200
commitc56a27ab8f64712a0ba02112365f412e5d84c723 (patch)
tree12e50cbcc3d968303371ef92d8264fdec49a72fc /VegaData/wwwroot/framework.js
parent36af91f107d5425858ea975e3d8e4d1ab82f2f15 (diff)
downloadvegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.tar.xz
vegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.zip
nn
Diffstat (limited to 'VegaData/wwwroot/framework.js')
-rw-r--r--VegaData/wwwroot/framework.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/VegaData/wwwroot/framework.js b/VegaData/wwwroot/framework.js
index de20d66..d1e6cc6 100644
--- a/VegaData/wwwroot/framework.js
+++ b/VegaData/wwwroot/framework.js
@@ -114,8 +114,6 @@ export function gqp(key) {
}
export function sqp(query) {
- console.log(query);
-
if ('URLSearchParams' in window) {
const url = new URL(window.location)
for (const key of Object.keys(query)) {