浏览代码

Remove annoying console log

jnfrati 4 年之前
父节点
当前提交
40064bda80
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      dashboard/src/components/Table.tsx

+ 0 - 1
dashboard/src/components/Table.tsx

@@ -119,7 +119,6 @@ const Table: React.FC<TableProps> = ({
             >
             >
               {/* TODO: This is actually broken, not sure why but we need the width to be properly setted, this is a temporary solution */}
               {/* TODO: This is actually broken, not sure why but we need the width to be properly setted, this is a temporary solution */}
               {row.cells.map((cell) => {
               {row.cells.map((cell) => {
-                console.log(cell.getCellProps());
                 return (
                 return (
                   <StyledTd
                   <StyledTd
                     {...cell.getCellProps()}
                     {...cell.getCellProps()}