Skip to content

Commit

Permalink
log cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zburke committed Oct 8, 2023
1 parent 51d6d81 commit f5bce98
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const IS_ROTATING_INTERVAL = 100;
/** log all event */
const log = (message, ...rest) => {
console.log(`-- (rtr-sw) -- (rtr-sw) ${message}`, rest);
// console.log('-- (rtr-sw) wtf is my logger?', logger)
// console.log(typeof logger?.log)
//
// if (logger) {
// logger.log('-- (rtr-sw) rtr-sw', message);
// }
Expand Down Expand Up @@ -121,8 +118,6 @@ const rtr = async (event) => {
return res.json();
}

console.error('----> rtr failure')

// rtr failure. return an error message if we got one.
return res.json()
.then(json => {
Expand Down

0 comments on commit f5bce98

Please sign in to comment.