Skip to content

Commit

Permalink
Replaced debug console by proper errorHandler call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel González committed May 4, 2018
1 parent 93ddb30 commit 5b43fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/services/resolves/settings-wizard.js
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,6 @@ export default ($rootScope, $location, $q, $window, testAPI, appState, genericRe

return deferred.promise;
} catch (error) {
console.log(error.message || error)
errorHandler.handle(error,'Routes');
}
};

0 comments on commit 5b43fe2

Please sign in to comment.