Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Take out debug statement
  • Loading branch information
gashcrumb committed Nov 7, 2013
1 parent e4cfe9b commit e9eb709
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hawtio-web/src/main/webapp/app/jmx/js/attributes.ts
Expand Up @@ -354,7 +354,7 @@ module Jmx {
data = properties;
}
$scope.gridData = data;
log.debug("gridData: ", $scope.gridData);
// log.debug("gridData: ", $scope.gridData);
Core.$apply($scope);
}
}
Expand Down

0 comments on commit e9eb709

Please sign in to comment.