No need to console.error() if we show the error in the ui already

This commit is contained in:
Johannes Zellner
2018-04-06 16:58:46 +02:00
parent 4eb80eedc0
commit 72a1e0d5ca

View File

@@ -79,7 +79,6 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
if (error) {
$scope.mailinglists.add.error = error.message;
console.error(error);
return;
}