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; }