Remove console.log

pull/2993/head
Alex P 2018-03-14 22:02:58 -07:00
parent 1d7f51f4d7
commit 29fd0cdcd0
1 changed files with 0 additions and 1 deletions

View File

@ -53,7 +53,6 @@ export const generateThresholdsListHexs = (
) => {
const defaultColoring = {bgColor: null, textColor: GAUGE_COLORS[11].hex}
const lastValueNumber = Number(lastValue) || 0
console.log(lastValueNumber)
if (!colors.length || !lastValue) {
return defaultColoring