From d8476f389fec11251b544591378c2b2b458dc0a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 28 Jul 2018 19:57:24 +0200 Subject: [PATCH] fix(ui): drop debug logs --- ui/src/Components/Grid/AlertGrid/AlertGroup/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js b/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js index 4f36d900f..a5cd7fc7c 100644 --- a/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js +++ b/ui/src/Components/Grid/AlertGrid/AlertGroup/index.js @@ -107,7 +107,6 @@ const AlertGroup = observer( Math.max(Math.round((totalSize - this.defaultRenderCount) / 5), 5), totalSize - this.defaultRenderCount ); - console.info("getStepSize => " + val); return val; }