forked from verdnatura/salix-front
fix: refs #7401 remove console.log
This commit is contained in:
parent
eae2144e1d
commit
ed60793381
|
@ -45,7 +45,6 @@ async function sendMail() {
|
|||
id: routeId,
|
||||
recipient: props?.route?.worker?.user?.emailUser?.email,
|
||||
};
|
||||
console.log('params: ', params);
|
||||
await axios.post(`Routes/${routeId}/driver-route-email`, params);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue