removed console.log

This commit is contained in:
Jason Wheeler 2022-11-02 09:03:51 -04:00
parent ced1b59fed
commit fc842b0c5b

View file

@ -77,7 +77,6 @@
); );
}, },
arePagePrerequisitesValid() { arePagePrerequisitesValid() {
console.log(this.mainStore.order)
if (this.mainStore.order.vehicle.year){ if (this.mainStore.order.vehicle.year){
return true; return true;
} }