Skip to content

Commit

Permalink
[ML] Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Oct 26, 2020
1 parent ffce815 commit 3c8972a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ export const anomalyDataChange = function (
) {
const data = getDefaultChartsData();

console.log('anomalyRecords', anomalyRecords);
const filteredRecords = anomalyRecords.filter((record) => {
return Number(record.record_score) >= severity;
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ class TimeseriesChartIntl extends Component {
if (marker.metricFunction) {
tooltipData.push({
label: i18n.translate(
'xpack.ml.timeSeriesExplorer.timeSeriesChart.multiBucketImpactLabel',
'xpack.ml.timeSeriesExplorer.timeSeriesChart.metricActualPlotFunctionLabel',
{
defaultMessage: 'function',
}
Expand Down

0 comments on commit 3c8972a

Please sign in to comment.