rm unused log

This commit is contained in:
AlfandiMario
2024-11-19 18:26:33 +07:00
parent aa91585650
commit df3ebb771c
3 changed files with 10 additions and 4 deletions

View File

@@ -57,6 +57,12 @@ export const sendToQontak = async (param: any) => {
NAME_SPACE,
"\t INFO Resp Qontak: " + JSON.stringify(statusResp)
);
if (statusResp != "OK") {
logging.error(
NAME_SPACE,
"\t Error Qontak: " + JSON.stringify(resp.data)
);
}
return statusResp;
} catch (e) {
if (axios.isAxiosError(e)) {