CASH-2751 - Removed console logs
This commit is contained in:
parent
451b9a2747
commit
3738cbb9eb
2 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue