Skip to content

Commit

Permalink
remove cruft
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Apr 24, 2013
1 parent ca8f6ea commit 36e93f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/camel/js/send.ts
Expand Up @@ -31,7 +31,6 @@ module Camel {
$scope.headers = $scope.headers.remove(header);
};

//$scope.defaultHeaderNames = [ "JMSPriority", "JMSType", "breadCrumbId" ];
$scope.defaultHeaderNames = () => {
var answer = [];
function addHeaderSchema(schema) {
Expand Down Expand Up @@ -86,6 +85,7 @@ module Camel {
headers[key] = object.value;
}
});
//console.log("About to send headers: " + JSON.stringify(headers));
}

var jolokia = workspace.jolokia;
Expand Down

0 comments on commit 36e93f4

Please sign in to comment.