From bdf1f484ae3b6d0dbcd9f5d9874972277138e25f Mon Sep 17 00:00:00 2001 From: CarlNation Date: Fri, 5 Jan 2024 07:04:11 -0500 Subject: [PATCH] CSR-1886 remove logging --- src/store/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/store/index.js b/src/store/index.js index 501e017f2..f023bd708 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -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}`,