From c1881671a805b91614d36719187f6cee6cb1aaf4 Mon Sep 17 00:00:00 2001 From: Patrick Fic Date: Fri, 22 Jul 2022 10:49:45 -0700 Subject: [PATCH] Remove logging statement. --- .../labor-allocations-table.component.jsx | 4 ---- 1 file changed, 4 deletions(-) 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 = [ {