mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-10 21:36:34 +01:00
Removed stray console.log
This commit is contained in:
parent
7cb5d7e9dd
commit
43d6aebbef
@ -538,7 +538,6 @@ Morris.labelSeries = (dmin, dmax, pxwidth, specName, xLabelFormat) ->
|
||||
return ret
|
||||
|
||||
Morris.seriesAverage = (series) ->
|
||||
console.log series
|
||||
total = 0
|
||||
for point in series
|
||||
total += point.y ? 0 if point?
|
||||
|
Loading…
Reference in New Issue
Block a user