0
0
Fork 0

refactor: deleted log

This commit is contained in:
Jon Elias 2024-10-24 12:04:54 +02:00
parent b02199eb07
commit c9e82f2caf
1 changed files with 0 additions and 1 deletions

View File

@ -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);