Remove console log statmenets.

This commit is contained in:
Patrick Fic
2022-05-27 14:38:45 -07:00
parent 595ec72edd
commit b8d2dbc2e1
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ export function TechClockInContainer({ technician, bodyshop }) {
refetchQueries: ["QUERY_ACTIVE_TIME_TICKETS"],
});
const { t } = useTranslation();
console.log(moment("2022-05-28T01:43:52.508Z").format("YYYY-MM-DD"));
const handleFinish = async (values) => {
setLoading(true);
const theTime = (await axios.post("/utils/time")).data;

View File

@@ -47,7 +47,7 @@ export function TechClockOffButton({
const handleFinish = async (values) => {
logImEXEvent("tech_clock_out_job");
console.log(values);
setLoading(true);
const result = await updateTimeticket({
variables: {