Remove console.log
parent
1d7f51f4d7
commit
29fd0cdcd0
|
@ -53,7 +53,6 @@ export const generateThresholdsListHexs = (
|
||||||
) => {
|
) => {
|
||||||
const defaultColoring = {bgColor: null, textColor: GAUGE_COLORS[11].hex}
|
const defaultColoring = {bgColor: null, textColor: GAUGE_COLORS[11].hex}
|
||||||
const lastValueNumber = Number(lastValue) || 0
|
const lastValueNumber = Number(lastValue) || 0
|
||||||
console.log(lastValueNumber)
|
|
||||||
|
|
||||||
if (!colors.length || !lastValue) {
|
if (!colors.length || !lastValue) {
|
||||||
return defaultColoring
|
return defaultColoring
|
||||||
|
|
Loading…
Reference in New Issue