forked from verdnatura/salix-front
refactor: deleted log
This commit is contained in:
parent
b02199eb07
commit
c9e82f2caf
|
@ -105,7 +105,6 @@ const showSmsDialog = (template) => {
|
|||
const calculateSalePrice = async () => {
|
||||
if (!props.sales) return;
|
||||
|
||||
console.log('CALLED');
|
||||
await axios.post(`Sales/recalculatePrice`, props.sales);
|
||||
notify(t('globals.dataSaved'), 'positive');
|
||||
emit('reCalculatedPrice', props.sales);
|
||||
|
|
Loading…
Reference in New Issue