From 29fd0cdcd0141e594540e2f8aaf52aa0f8473f43 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 14 Mar 2018 22:02:58 -0700 Subject: [PATCH] Remove console.log --- ui/src/shared/constants/colorOperations.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/shared/constants/colorOperations.js b/ui/src/shared/constants/colorOperations.js index 6c98ca87c..45efaa400 100644 --- a/ui/src/shared/constants/colorOperations.js +++ b/ui/src/shared/constants/colorOperations.js @@ -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