Remove unused variable.

This commit is contained in:
LeeDr 2016-01-15 12:19:56 -06:00
parent 84a54618da
commit cc882ca539

View file

@ -85,7 +85,6 @@ define(function (require) {
},
getBarChartData: function getBarChartData() {
var barArray = [];
common.debug('in getBarChartData');
return thisTime
.findAllByCssSelector('rect[data-label="Count"]')