aboutsummaryrefslogtreecommitdiff
path: root/svelte.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'svelte.config.js')
-rw-r--r--svelte.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/svelte.config.js b/svelte.config.js
index 8d6fe72..52db23e 100644
--- a/svelte.config.js
+++ b/svelte.config.js
@@ -14,7 +14,6 @@ function fetch(url) {
})
res.on('end', () => {
- console.log(data)
resolve(data)
})
})
@@ -52,7 +51,6 @@ function shuffle(a) {
JSON.stringify(donators),
{ encoding: 'utf8' }
)
- console.log('wrote file!')
})()
/** @type {import('@sveltejs/kit').Config} */