Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
remove cruft
  • Loading branch information
jstrachan committed May 1, 2013
1 parent 8f932e2 commit 2ab1caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/camel/js/trace.ts
Expand Up @@ -107,7 +107,7 @@ module Camel {
}

function onSelectionChanged() {
console.log("===== selection changed!!! and its now " + $scope.gridOptions.selectedItems.length);
//console.log("===== selection changed!!! and its now " + $scope.gridOptions.selectedItems.length);
angular.forEach($scope.gridOptions.selectedItems, (selected) => {
if (selected) {
var toNode = selected["toNode"];
Expand Down

0 comments on commit 2ab1caa

Please sign in to comment.