CASH-2751 - Removed console logs

This commit is contained in:
Minojhini Valaiyapathi 2026-07-30 11:24:00 -04:00
parent 451b9a2747
commit 3738cbb9eb
2 changed files with 0 additions and 2 deletions

View file

@ -71,7 +71,6 @@ export default {
zipCodeData.zipCodeCtu, zipCodeData.zipCodeCtu,
this.pageNameToLog this.pageNameToLog
); );
console.log("inside zip search ", this.localZipCode, billToAccountNumber);
this.$emit("zip-searched", { this.$emit("zip-searched", {
zipCode: this.localZipCode, zipCode: this.localZipCode,
billToAccountNumber, billToAccountNumber,

View file

@ -437,7 +437,6 @@ export default {
// TODO: open service zip modal when zip edit is implemented for scheduling page // TODO: open service zip modal when zip edit is implemented for scheduling page
}, },
async onZipSearched({ zipCode, billToAccountNumber }) { async onZipSearched({ zipCode, billToAccountNumber }) {
console.log("onZipSearched", zipCode, billToAccountNumber);
this.billToAccountNumber = billToAccountNumber; this.billToAccountNumber = billToAccountNumber;
this.isLoadingDates = true; this.isLoadingDates = true;
try { try {