diff --git a/components/time-ticket/screen-time-ticket-clockoff.component.jsx b/components/time-ticket/screen-time-ticket-clockoff.component.jsx index b86fdc5..fe0f769 100644 --- a/components/time-ticket/screen-time-ticket-clockoff.component.jsx +++ b/components/time-ticket/screen-time-ticket-clockoff.component.jsx @@ -37,9 +37,9 @@ export function TimeTicketClockOff({ currentBodyshop, currentTmTicketJobId, }) { - console.log("TimeTicketClockOff, currentEmployee :", currentEmployee); + // console.log("TimeTicketClockOff, currentEmployee :", currentEmployee); //console.log("TimeTicketClockOff, currentRatesNCostCenters :", currentRatesNCostCenters ); - console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop); + // console.log("TimeTicketClockOff, currentBodyshop :", currentBodyshop); console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId); // console.log("TimeTicketClockOff, jobId :", jobId); @@ -181,7 +181,7 @@ console.log("TimeTicketClockOff, currentTmTicketJobId :", currentTmTicketJobId); - + );