Skip to content

Commit

Permalink
removing console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
sigruntg committed Nov 8, 2024
1 parent caf6892 commit 6203d68
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ export const MachinesField: FC<React.PropsWithChildren<FieldBaseProps>> = (
return result.data.getWorkerMachineByRegno // Adjust based on your query
}
}
console.log(machineList.totalCount)

return (
<Box paddingTop={2}>
Expand Down

0 comments on commit 6203d68

Please sign in to comment.