Merged in release/2022-07-22 (pull request #544)
Remove logging statement.
This commit is contained in:
@@ -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 = [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user