refactor(ui/player): remove console log
This commit is contained in:
parent
51a5a99fd3
commit
80ebc26daa
1 changed files with 0 additions and 1 deletions
|
|
@ -136,7 +136,6 @@ function ConsolePanel() {
|
|||
const _rowRenderer = ({ index, key, parent, style }: any) => {
|
||||
const item = filteredList[index];
|
||||
|
||||
console.log({ ...filteredList }, { ...item })
|
||||
return (
|
||||
// @ts-ignore
|
||||
<CellMeasurer cache={cache} columnIndex={0} key={key} rowIndex={index} parent={parent}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue