From 531b82ef601cfbf8b646d735a5d3aa8370c316d2 Mon Sep 17 00:00:00 2001 From: hkirat Date: Mon, 5 Aug 2024 23:25:05 +0530 Subject: [PATCH] Removed log --- src/utiles/appx-check-mail.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utiles/appx-check-mail.ts b/src/utiles/appx-check-mail.ts index 2919315be..3d76c58b4 100644 --- a/src/utiles/appx-check-mail.ts +++ b/src/utiles/appx-check-mail.ts @@ -18,8 +18,6 @@ export async function checkUserEmailForPurchase( itemtype: '10', itemid: courseId, }); - //@ts-ignore - console.log(courseId); try { const response = await fetch(`${baseUrl}?${params.toString()}`, { headers,