fix: remove console logs on frontend side (#2030)

fix: remove console logs
This commit is contained in:
Saba Shavidze
2023-10-15 16:34:07 +02:00
committed by GitHub
parent 9296443e34
commit 31d67c1092
3 changed files with 1 additions and 8 deletions
@@ -37,9 +37,6 @@ export const DataTableCell = ({ cellIndex }: { cellIndex: number }) => {
const updateEntityMutation = useContext(EntityUpdateMutationContext);
// eslint-disable-next-line no-console
console.log({ columnDefinition, currentRowId });
if (!columnDefinition || !currentRowId) {
return null;
}