From 074251624b0c19ad93eebbee5ac4b88b582b10e5 Mon Sep 17 00:00:00 2001 From: AyushRanjan Date: Wed, 6 Dec 2023 12:02:13 +0530 Subject: [PATCH] TP-49977 | console log removed --- src/Pages/Incidents/DescriptionContent/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Pages/Incidents/DescriptionContent/index.tsx b/src/Pages/Incidents/DescriptionContent/index.tsx index b493349..8269502 100644 --- a/src/Pages/Incidents/DescriptionContent/index.tsx +++ b/src/Pages/Incidents/DescriptionContent/index.tsx @@ -59,7 +59,6 @@ const DescriptionContent: React.FC = ({ const endPoint = FETCH_RCA_LINK(id.toString()); ApiService.get(endPoint) .then(response => { - console.log(response); dispatch({ type: ActionType.SET_RCA_LINKS, payload: response?.data }); }) .catch(error => {