|
|
@@ -18,7 +18,6 @@ export class SingleStatValueEditor extends PureComponent<Props> {
|
|
|
onUnitChange = unit => this.props.onChange({ ...this.props.options, unit: unit.value });
|
|
|
|
|
|
onStatsChange = stats => {
|
|
|
- console.log('SELECTED', stats);
|
|
|
const stat = stats[0] || StatID.mean;
|
|
|
this.props.onChange({ ...this.props.options, stat });
|
|
|
};
|
|
|
@@ -48,8 +47,6 @@ export class SingleStatValueEditor extends PureComponent<Props> {
|
|
|
decimalsString = decimals.toString();
|
|
|
}
|
|
|
|
|
|
- console.log('xxx', stat);
|
|
|
-
|
|
|
return (
|
|
|
<PanelOptionsGroup title="Value">
|
|
|
<div className="gf-form">
|