chore: remove console.log

This commit is contained in:
Ayo Ayco 2024-08-15 17:11:58 +02:00
parent efda4b0013
commit f77c417e4d

View file

@ -104,8 +104,6 @@ export default function serviceWorker(config) {
assets = [...new Set([...assets, ..._routes, ..._pages])]
console.log('>>> assets', assets);
try {
console.log('[astro-sw] Using service worker:', swPath);
originalScript = await readFile(swPath);