From 90b36ebc76cd2519b344dd33588ab15e4dc07db2 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 7 Feb 2018 19:19:04 -0800 Subject: [PATCH] Remove console log --- ui/src/shared/components/SingleStat.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/shared/components/SingleStat.js b/ui/src/shared/components/SingleStat.js index a645b754ec..26a6e6340b 100644 --- a/ui/src/shared/components/SingleStat.js +++ b/ui/src/shared/components/SingleStat.js @@ -37,7 +37,6 @@ class SingleStat extends PureComponent { let bgColor = null let textColor = null - console.log(colors) if (colors.length === 1) { if (colors[0].type === SINGLE_STAT_TEXT) { textColor = colors[0].hex