diff --git a/www/assets/cockpit/js/service.location.js b/www/assets/cockpit/js/service.location.js index 3c65cebf0..0ed8ecc7e 100644 --- a/www/assets/cockpit/js/service.location.js +++ b/www/assets/cockpit/js/service.location.js @@ -32,7 +32,7 @@ NGApp.factory('LocationService', function($http, $resource, $rootScope) { notificationTitle: 'Background tracking', notificationText: 'ENABLED', activityType: 'AutomotiveNavigation', - debug: false + debug: true }); }