From 17398ce41bb29574ed7bb1ca68c819ecf84dc839 Mon Sep 17 00:00:00 2001 From: CarlNation <32103961+CarlNation@users.noreply.github.com> Date: Fri, 16 Feb 2024 14:30:50 -0500 Subject: [PATCH] CSR-1072 remove console.log --- src/store/index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/store/index.js b/src/store/index.js index e53dc4482..3241695fb 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -1407,8 +1407,6 @@ export const actions = { endPoint += `&${glassPieces}`; } - console.log("EP:" + endPoint); - return globalMethods.callHttpClient({ method: endpoints.GetServiceabilityDetails.method, endpoint: endPoint,