console.log was deleted

This commit is contained in:
Vladimir Khvan 2023-05-01 13:17:42 +05:00
parent b0def70285
commit f0719871b5

View File

@ -32,7 +32,6 @@ const WebhookEventDetails = (props) => {
(async () => {
const [webhookDetailsData] = await getWebhookHistory({ eventId });
setWebhookDetails(webhookDetailsData);
console.log(webhookDetailsData);
setIsLoading(false);
})();
}, []);