diff options
| author | ivar <i@oiee.no> | 2025-10-07 23:32:23 +0200 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-10-07 23:32:23 +0200 |
| commit | c56a27ab8f64712a0ba02112365f412e5d84c723 (patch) | |
| tree | 12e50cbcc3d968303371ef92d8264fdec49a72fc /VegaData/wwwroot/framework.js | |
| parent | 36af91f107d5425858ea975e3d8e4d1ab82f2f15 (diff) | |
| download | vegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.tar.xz vegadata-c56a27ab8f64712a0ba02112365f412e5d84c723.zip | |
nn
Diffstat (limited to 'VegaData/wwwroot/framework.js')
| -rw-r--r-- | VegaData/wwwroot/framework.js | 2 |
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)) { |
