From fd8934f0c4b2f6255dfa44be413dce448ab9c4f6 Mon Sep 17 00:00:00 2001 From: arzynik Date: Wed, 24 Sep 2014 16:48:00 -0700 Subject: [PATCH] put debug back on --- www/assets/cockpit/js/service.location.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }); }