Commit 32eadf8739d2abb853a29b2392bd93c534bae847

Authored by Nicolás Guarnieri
1 parent 88404964dd
Exists in master and in 2 other branches demo, develop

sin console

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
src/js/controller.js
... ... @@ -18,7 +18,6 @@ angular.module('focaLogin')
18 18  
19 19 $cookies.put('token', datos.data.token);
20 20 $location.path('/');
21   - console.info(focaLoginService.getLoginData());
22 21 $scope.$emit('blur');
23 22 }, function(error) {
24 23 if (error.status === 401) {