mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove debug lines
This commit is contained in:
parent
cfe5dc94e6
commit
eeb30c9ff0
1 changed files with 0 additions and 3 deletions
|
|
@ -132,8 +132,6 @@
|
|||
|
||||
function handleFetchRequest(ev) {
|
||||
const request = ev.request
|
||||
console.log('requestUrl.pathname: ', request)
|
||||
|
||||
if (request.method === 'POST') {
|
||||
const requestUrl = new URL(request.url)
|
||||
if (requestUrl.pathname === '/share-target') {
|
||||
|
|
@ -181,7 +179,6 @@
|
|||
})
|
||||
|
||||
globalApi.addEventListener('fetch', (ev) => {
|
||||
console.log('handling fetch request for: ', ev)
|
||||
if (ev.request.destination === 'script') {
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue