Chore: Remove console log (#36083)

* Chore: Remove console log

* Updated
pull/36112/head
Torkel Ödegaard 4 years ago committed by GitHub
parent 19f764739b
commit 437faa72a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      public/app/plugins/panel/timeseries/ThresholdsStyleEditor.tsx

@ -5,7 +5,6 @@ import { GraphTresholdsStyleMode, Select } from '@grafana/ui';
export const ThresholdsStyleEditor: React.FC<
FieldOverrideEditorProps<SelectableValue<{ mode: GraphTresholdsStyleMode }>, any>
> = ({ item, value, onChange }) => {
console.log(value);
const onChangeCb = useCallback(
(v: SelectableValue<GraphTresholdsStyleMode>) => {
onChange({

Loading…
Cancel
Save