diff --git a/web/src/main/webapp/scripts/directives/cpuLoadChart.js b/web/src/main/webapp/scripts/directives/cpuLoadChart.js index 3ba60369b..f38e26522 100644 --- a/web/src/main/webapp/scripts/directives/cpuLoadChart.js +++ b/web/src/main/webapp/scripts/directives/cpuLoadChart.js @@ -114,7 +114,6 @@ angular.module('pinpointApp') oChart = AmCharts.makeChart(sId, options); oChart.chartCursor.addListener('changed', function (event) { scope.$emit('jvmMemoryChart.cursorChanged.' + scope.namespace, event); - scope.$emit('cpuLoadChart.cursorChanged.' + scope.namespace, event) }); oChart.chartCursor.addListener('moved', function (type, x, y, zooming, chart) { // console.log('moved', type, x, y, zooming, chart);