Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Aug 23, 2022
1 parent a200eba commit b5766ee
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ export function useFieldStatsSearchStrategy(
},
},
maxExamples: MAX_EXAMPLES_DEFAULT,
// @todo get correct sampling prob for indices without time field
samplingProbability: samplingProbability ?? 1,
browserSessionSeed: searchStrategyParams.browserSessionSeed,
totalCount,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,6 @@ export class DataVisualizer {
},
{ maxRetries: 0 }
);
console.log('\nbody\n', body);
const aggregations = body.aggregations;
const aggsPath = getSamplerAggregationsResponsePath(samplerShardSize);
const batchStats: NumericFieldStats[] = [];
Expand Down

0 comments on commit b5766ee

Please sign in to comment.