Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorkw7 committed Jan 16, 2024
1 parent cbc090b commit 770ec5e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/api/EventAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export const expressCheckin = async (
email: string
): Promise<ExpressCheckInResponse> => {
const requestUrl = `${config.api.baseUrl}${config.api.endpoints.attendance.expressCheckIn}`;
console.log('requestUrL', requestUrl);

const requestBody = { attendanceCode, email } as AttendEventRequest;

Expand Down

0 comments on commit 770ec5e

Please sign in to comment.