Skip to content
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.

Removes console.log()s from the generated SW #64

Merged
merged 1 commit into from
Dec 4, 2015

Conversation

jeffposnick
Copy link
Contributor

R: @gauntface @addyosmani @wibblymat
CC: @seanislegend

These log statements were mainly useful ~1 year ago when the service worker DevTools situation was much more, and you really needed logging to figure out what was going on regarding your caches. Things have improved (in Chrome) since then, and I think we can just drop this noise.

The existing verbose option is meant for toggling build-time logging, not run-time logging. I'd rather not creating a runtime-verbose option.

Closes #60

@seanislegend
Copy link

👍 thank you.

@gauntface
Copy link

+1 this change.

@wibblymat
Copy link

👍

jeffposnick added a commit that referenced this pull request Dec 4, 2015
Removes console.log()s from the generated SW
@jeffposnick jeffposnick merged commit ae31aae into master Dec 4, 2015
@jeffposnick jeffposnick deleted the remove-runtime-logs branch December 4, 2015 15:31
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants