This commit is contained in:
Justin Bertram 2018-12-13 13:48:09 -06:00
commit 456fbce5f6
1 changed files with 0 additions and 1 deletions

View File

@ -102,7 +102,6 @@ var ARTEMIS = (function(ARTEMIS) {
if (selection && jolokia && entries) {
var domain = selection.domain;
var name = entries["Destination"] || entries["destinationName"] || selection.title;
name = name.replace(/['"]+/g, '');
name = ARTEMISService.artemisConsole.ownUnescape(name);
ARTEMIS.log.info(name);
var operation;