From 72a1e0d5ca3577dd3df01398a604f4a67a01c143 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Fri, 6 Apr 2018 16:58:46 +0200 Subject: [PATCH] No need to console.error() if we show the error in the ui already --- dashboard/src/views/email.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dashboard/src/views/email.js b/dashboard/src/views/email.js index 68422ba0c..df228b1bd 100644 --- a/dashboard/src/views/email.js +++ b/dashboard/src/views/email.js @@ -79,7 +79,6 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio if (error) { $scope.mailinglists.add.error = error.message; - console.error(error); return; }