Roberto Sánchez
2014-01-26 6d8aff7b3657332020ef215eb1b2fc16017e4cc8
securis/src/main/resources/static/js/main.js
....@@ -37,7 +37,7 @@
3737 $location.path('/login');
3838 toaster.pop('warning', 'Session has expired', null, 4000);
3939 } else {
40
- console.log('Last access recent');
40
+ console.debug('Last access recent');
4141 }
4242 }
4343 $store.set('last_access', now);
....@@ -61,7 +61,7 @@
6161 });
6262
6363 m.config(function($routeProvider, $locationProvider, $httpProvider) {
64
- console.log('Configuring routes...');
64
+ console.debug('Configuring routes...');
6565 $routeProvider.when('/login', {
6666 templateUrl: 'login.html',
6767 controller: 'LoginCtrl'