mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): drop debug logs
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user