Skip to content

Commit

Permalink
More cleanup (#111)
Browse files Browse the repository at this point in the history
* Missing loggin config and cleanup

* Remove worker
  • Loading branch information
annejan authored Jun 12, 2022
1 parent a5d217b commit cc0f61e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 54 deletions.
50 changes: 0 additions & 50 deletions public/sw.js

This file was deleted.

4 changes: 0 additions & 4 deletions resources/assets/js/app.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
/* global require */

if('serviceWorker' in navigator) {
navigator.serviceWorker.register('/sw.js');
}

/**
* First we will load all of this project's JavaScript dependencies which
* includes Vue and other libraries. It is a great starting point when
Expand Down

0 comments on commit cc0f61e

Please sign in to comment.