mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
remove log
This commit is contained in:
parent
ef3c913981
commit
ea3e1a5876
@ -52,8 +52,6 @@ export class Gauge extends PureComponent<Props> {
|
||||
draw() {
|
||||
const { timeSeries, showThresholdLabels, showThresholdMarkers, thresholds, width, height, stat } = this.props;
|
||||
|
||||
console.log(thresholds);
|
||||
|
||||
const dimension = Math.min(width, height * 1.3);
|
||||
const backgroundColor = config.bootData.user.lightTheme ? 'rgb(230,230,230)' : 'rgb(38,38,38)';
|
||||
const fontColor = config.bootData.user.lightTheme ? 'rgb(38,38,38)' : 'rgb(230,230,230)';
|
||||
|
Loading…
Reference in New Issue
Block a user