remove logging
This commit is contained in:
CarlNation 2024-01-05 07:04:11 -05:00
parent 046c00252e
commit bdf1f484ae

View file

@ -912,7 +912,6 @@ export const actions = {
validateZip(context, { payload: { zip }, pageNameToLog }) {
const damageType = context.getters.damage.isRepair ? "Repair" : "Replace";
console.log("dt:" + damageType);
return globalMethods.callHttpClient({
methods: endpoints.ValidateZip.method,
endpoint: `${endpoints.ValidateZip.url}/${zip}/${damageType}`,