Skip to content

Commit

Permalink
removed some cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed May 2, 2013
1 parent eb7d077 commit 4293543
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hawtio-web/src/main/webapp/app/core/js/workspace.ts
Expand Up @@ -314,7 +314,6 @@ class Workspace {
this.tree = tree;

var processors = this.treePostProcessors;
console.log("We have " + processors.length + " post processors!");
angular.forEach(processors, (processor) => processor(tree));

this.maybeMonitorPlugins();
Expand Down

0 comments on commit 4293543

Please sign in to comment.