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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({