mirror of
https://github.com/morrisjs/morris.js.git
synced 2024-11-13 07:11:12 +01:00
Removed stray console.log
This commit is contained in:
parent
7cb5d7e9dd
commit
43d6aebbef
1 changed files with 0 additions and 1 deletions
|
@ -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 a new issue