put debug back on

This commit is contained in:
arzynik 2014-09-24 16:48:00 -07:00
parent fc6ab7bf6d
commit fd8934f0c4

View File

@ -32,7 +32,7 @@ NGApp.factory('LocationService', function($http, $resource, $rootScope) {
notificationTitle: 'Background tracking',
notificationText: 'ENABLED',
activityType: 'AutomotiveNavigation',
debug: false
debug: true
});
}