Chore: Remove console log (#36083)

* Chore: Remove console log

* Updated
This commit is contained in:
Torkel Ödegaard
2021-06-24 09:23:03 +02:00
committed by GitHub
parent 19f764739b
commit 437faa72a9
@@ -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({