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 => {