fix(ui): drop debug logs

This commit is contained in:
Łukasz Mierzwa
2018-07-28 19:57:24 +02:00
parent 363ddb313e
commit d8476f389f

View File

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