Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
yenienserrano committed Oct 3, 2024
1 parent 0feba48 commit 18c6fd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/components/main/main_utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ export const sendTestNotificationsMessage = async (
item: any
) => {
try {
console.log({ id, httpClientProps, item });
const eventId = await httpClientProps
.get(
`${REPORTING_NOTIFICATIONS_DASHBOARDS_API.SEND_TEST_MESSAGE}/${item.channel[0]}`,
Expand Down

0 comments on commit 18c6fd2

Please sign in to comment.