Skip to content

Commit

Permalink
[Timelion] remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Apr 19, 2021
1 parent 53bdf8d commit dd44a37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export default function createDateAgg(config, tlConfig, scriptedFields) {
(config.metric || []).forEach((metric) => {
const metricBody = {};
const [metricName, metricArgs] = metric.split(/:(.+)/);
console.log('METRIC_TYPES.COUNT', METRIC_TYPES.COUNT);
console.log('METRIC_TYPES.PERCENTILES', METRIC_TYPES.PERCENTILES);
if (metricName === METRIC_TYPES.COUNT) {
// This is pretty lame, but its how the "doc_count" metric has to be implemented at the moment
// It simplifies the aggregation tree walking code considerably
Expand Down

0 comments on commit dd44a37

Please sign in to comment.