chore: remove console.log
This commit is contained in:
parent
efda4b0013
commit
f77c417e4d
1 changed files with 0 additions and 2 deletions
2
index.js
2
index.js
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue