perf: remove console
gitea/salix-front/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Javier Segarra 2024-11-25 11:20:07 +00:00
parent feb752f75c
commit 3e06ba3c18
1 changed files with 0 additions and 2 deletions

View File

@ -40,8 +40,6 @@ async function onProvinceCreated(_, data) {
emit('onProvinceCreated', data);
}
async function handleProvinces(data) {
console.error($props.countryFk);
provincesOptions.value = data;
}