remove console.logs

master
Nadim Salloum 2023-12-20 23:08:03 +01:00
parent ad10d61c04
commit 26d4bf9647
Signed by untrusted user who does not match committer: nadim
GPG Key ID: 649BDF978504C1D1
1 changed files with 0 additions and 2 deletions

View File

@ -93,9 +93,7 @@ export default {
if (newVal !== oldVal && newVal.length === 4 && this.form.country === 'CH') { if (newVal !== oldVal && newVal.length === 4 && this.form.country === 'CH') {
axios.get(`https://openplzapi.org/ch/Localities?postalCode=${newVal}`) axios.get(`https://openplzapi.org/ch/Localities?postalCode=${newVal}`)
.then((response) => { .then((response) => {
console.log(response);
let data = response.data; let data = response.data;
console.log(data);
/*if (records.length > 1) { /*if (records.length > 1) {
records = records.filter(rec => rec.geometry); records = records.filter(rec => rec.geometry);
}*/ }*/