From 2d768760af519021b4e09f3b455ab05e6c5e99fb Mon Sep 17 00:00:00 2001 From: andytaylor Date: Tue, 22 Jan 2019 10:57:50 +0000 Subject: [PATCH] ARTEMIS-2235 - remove credentials from browser log https://issues.apache.org/jira/browse/ARTEMIS-2235 --- artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/send.js | 1 - 1 file changed, 1 deletion(-) diff --git a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/send.js b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/send.js index 1301387ba6..34026d3717 100644 --- a/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/send.js +++ b/artemis-hawtio/artemis-plugin/src/main/webapp/plugin/js/send.js @@ -42,7 +42,6 @@ var ARTEMIS; // only reload the page if certain search parameters change Core.reloadWhenParametersChange($route, $scope, $location); $scope.checkCredentials = function () { - ARTEMIS.log.info(localStorage['artemisUserName'] + " " + localStorage['artemisPassword']); $scope.noCredentials = (Core.isBlank(localStorage['artemisUserName']) || Core.isBlank(localStorage['artemisPassword'])); }; if ($location.path().has('artemis')) {