Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
hkirat committed Aug 14, 2024
1 parent 349ea5a commit 531b82e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utiles/appx-check-mail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 531b82e

Please sign in to comment.