Removed console errors

This commit is contained in:
Matias Pando 2014-11-03 14:34:38 -03:00
commit 0c741814f3
3 changed files with 6 additions and 22 deletions

View file

@ -112,7 +112,6 @@ angular
$location.path('unsupported');
} else {
if (!$rootScope.iden && next.logged) {
console.log('not logged... redirecting')
$idle.unwatch();
$location.path('/');
}