refactor(ui/player): remove console log

This commit is contained in:
sylenien 2022-11-25 16:19:16 +01:00
parent 51a5a99fd3
commit 80ebc26daa

View file

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