remove debuging code

This commit is contained in:
Joe Fleming 2015-02-05 11:18:53 -07:00
parent c9ce4ad475
commit ad9c9720e4

View file

@ -148,7 +148,6 @@ define(function (require) {
* It is responsible for calculating the correct d.y0 value for
* mixed datasets containing both positive and negative values.
*/
var dataCache = {};
Data.prototype._stackNegAndPosVals = function (d, y0, y) {
var data = this.chartData();