diff --git a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx index 90dc234d3..420bcb7c6 100644 --- a/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx +++ b/client/src/components/labor-allocations-table/labor-allocations-table.component.jsx @@ -49,10 +49,6 @@ export function LaborAllocationsTable({ () => joblines && joblines.filter((j) => j.convertedtolbr), [joblines] ); - console.log( - "🚀 ~ file: labor-allocations-table.component.jsx ~ line 52 ~ convertedLines", - convertedLines - ); const columns = [ {