diff --git a/serviceWorker.js b/serviceWorker.js
index a75a8db2e7e67a563fed6791f54656f37cea2ccc..e4a5672eeab5ae1e2d1170b8071b14a18c917976 100644
--- a/serviceWorker.js
+++ b/serviceWorker.js
@@ -40,6 +40,7 @@ self.addEventListener('activate', event => {
 // If no response is found, it populates the runtime cache with the response
 // from the network before returning it to the page.
 self.addEventListener('fetch', event => {
+  console.log(event.request.url)
   // Skip cross-origin requests, like those for Google Analytics.
   if (event.request.url.startsWith(self.location.origin)) {
     event.respondWith(