From 6d8e0d21ac0a4181dad82ec9d0b80cb79e93335c Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Thu, 14 Aug 2014 10:05:54 +0200 Subject: [PATCH] Removing reduntant error message --- app/coffee/app.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/app/coffee/app.coffee b/app/coffee/app.coffee index 4649cbe2..ca511ea0 100644 --- a/app/coffee/app.coffee +++ b/app/coffee/app.coffee @@ -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()