From 98073449f3257d55e0db8e11814a9a94584235d3 Mon Sep 17 00:00:00 2001 From: userquin Date: Fri, 9 Jun 2023 16:31:33 +0200 Subject: [PATCH] chore: cleanup svelte config example --- examples/sveltekit-ts/svelte.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/sveltekit-ts/svelte.config.js b/examples/sveltekit-ts/svelte.config.js index b3192d1..49f0d00 100644 --- a/examples/sveltekit-ts/svelte.config.js +++ b/examples/sveltekit-ts/svelte.config.js @@ -3,8 +3,6 @@ import preprocess from 'svelte-preprocess'; import { generateSW } from './pwa.mjs' import { adapter } from './adapter.mjs' -console.log(generateSW) - /** @type {import('@sveltejs/kit').Config} */ const config = { // Consult https://github.com/sveltejs/svelte-preprocess