Skip to content

Commit

Permalink
chore(worker): remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
heapwolf committed Apr 30, 2024
1 parent 94bb8a5 commit b343080
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ export default async function (req, env, ctx) {
let html = data

if (url.pathname.endsWith('index.html')) {
console.log('SERVING')
html = html.replace(/<html(?:[^\n\r]*)>/, `<html style="zoom: ${zoom}; will-change: zoom;">`)
html = html.replace('</head>', `<style>${css}</style></head>`)
}
Expand Down

0 comments on commit b343080

Please sign in to comment.