CSR-1886
remove logging
This commit is contained in:
parent
046c00252e
commit
bdf1f484ae
1 changed files with 0 additions and 1 deletions
|
|
@ -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}`,
|
||||
|
|
|
|||
Loading…
Reference in a new issue