TP-49977 | console log removed

This commit is contained in:
AyushRanjan
2023-12-06 12:02:13 +05:30
parent fa748c6ed5
commit 074251624b

View File

@@ -59,7 +59,6 @@ const DescriptionContent: React.FC<DescriptionContentProps> = ({
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 => {