Skip to content

Commit

Permalink
ARTEMIS-2989 Remove random client-side debug log in Web console
Browse files Browse the repository at this point in the history
  • Loading branch information
tadayosi authored and jbertram committed Nov 16, 2020
1 parent 330b6b7 commit 3fa2f8e
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ var Artemis;

function configurePreferences(preferencesRegistry, $templateCache, workspace) {

Artemis.log.debug("£££££££££££££££££££££££££rwerewrwerwerwe£££££££££££££££");
var path = 'plugin/preferences.html';
preferencesRegistry.addTab("Artemis", path, function () {
return workspace.treeContainsDomainAndProperties("org.apache.activemq.artemis");
Expand Down Expand Up @@ -110,4 +109,4 @@ var Artemis;
}
configurePreferences.$inject = ['preferencesRegistry', '$templateCache', 'workspace'];

})(Artemis || (Artemis = {}));
})(Artemis || (Artemis = {}));

0 comments on commit 3fa2f8e

Please sign in to comment.