Removing reduntant error message

stable
Alejandro Alonso 2014-08-14 10:05:54 +02:00
parent 946a18377d
commit 6d8e0d21ac
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, tgLoade
return (promise) ->
return promise.then null, (response) ->
if response.status == 0
$confirm.notify("error", "One of our Oompa Loompas says we are having a network problem. Please, try again in a few moments.") #TODO: i18n
$location.path("/error")
else if response.status == 401
nextPath = $location.path()