Skip to content

Commit

Permalink
🔇 remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildmodeOne committed Oct 14, 2024
1 parent 3e98009 commit dd461f6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions rogue-thi-app/pages/api/cl-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ export default async function handler(req, res) {
const end =
event.end > event.begin ? new Date(Number(event.end)) : undefined

console.log(start, end)

cal.createEvent({
id: event.id,
summary: event.title,
Expand Down

0 comments on commit dd461f6

Please sign in to comment.