feat(webhook): removed console.log

This commit is contained in:
akhilmhdh
2023-07-13 22:56:20 +05:30
parent 9bed1682fc
commit 3176370ef6

View File

@ -37,7 +37,6 @@ export const handleEventHelper = async ({ event }: { event: Event }) => {
environment
});
}
console.log("-------", workspaceId, environment, secretPath);
triggerWebhook(workspaceId.toString(), environment || "", secretPath || "");
break;
case EVENT_START_INTEGRATION: