Removed console log that was left in

This commit is contained in:
Leah Schumann 2024-06-24 10:59:34 -04:00
parent b5cf4e9bce
commit ce25a95759

View file

@ -434,7 +434,6 @@ export default {
(this.addressModel.zipCode ?? "") !== "";
if (!this.showAddressFields) {
console.log("loading autocomplete");
this.loadGooglePlacesAutocompleteScript();
}
},