Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
qn895 committed Aug 10, 2023
1 parent 988b399 commit ddc474a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ export const FieldStatsContent: FC<{

const showFieldStats = timeRange && isDefined(selectedDataView) && fieldForStats;

console.log(`--@@dslQuery`, dslQuery);
console.log(`--@@timeRange`, timeRange);

return showFieldStats ? (
<FieldStats
key={fieldForStats.name}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ export const FieldStatsInfoButton = ({
>
<EuiButtonIcon
data-test-subj={`mlInspectFieldStatsButton-${field.id}`}
// Only disable the button if explicitly disabled
disabled={disabled === true}
size="xs"
iconType="inspect"
Expand Down

0 comments on commit ddc474a

Please sign in to comment.