From 889e5def38bb341a97c9c8661a203caf268edcc0 Mon Sep 17 00:00:00 2001 From: Michel vd Steege Date: Thu, 2 Aug 2018 08:46:31 +0200 Subject: [PATCH] Update ServiceWorkerController.php --- src/Controllers/ServiceWorkerController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Controllers/ServiceWorkerController.php b/src/Controllers/ServiceWorkerController.php index 4e5f86c..7e867b8 100644 --- a/src/Controllers/ServiceWorkerController.php +++ b/src/Controllers/ServiceWorkerController.php @@ -21,7 +21,7 @@ class ServiceWorkerController extends Controller { /** * @config */ - private static $debug_mode = true; + private static $debug_mode = false; /** * Default controller action for the service-worker.js file