remove console log

This commit is contained in:
Katie Kroell 2023-09-11 10:56:15 -04:00
parent d13e51a702
commit 2f384140e0

View file

@ -152,7 +152,6 @@ export default {
// save selected vehicle to the store
this.mainStore.updateVehicle(vehicle.data);
this.displayGeneric = false;
console.log(this.endorsementsForSelectedVehicle);
}
}
}