fix(ui): drop debug logs

This commit is contained in:
Łukasz Mierzwa
2018-08-10 17:36:00 +01:00
parent 363ddb313e
commit d8476f389f
@@ -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;
}