Skip to content

Commit

Permalink
#29 cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
itayw committed Oct 26, 2014
1 parent fbc98ce commit 20c98fa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/viz/_proto.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ proto.makeChartTimelineSeries = function (message) {
data: [],
yAxis: _yaxis
};
console.log('y', _yaxis, index, metric._key);
documents.forEach(function (document, docIndex) {
var x = document.fvalues[dimensions[0].key];
var nameBased = true;
Expand Down

0 comments on commit 20c98fa

Please sign in to comment.