Skip to content

Commit

Permalink
chore: remove useless prints on console.info
Browse files Browse the repository at this point in the history
  • Loading branch information
banshee86vr committed Feb 28, 2024
1 parent e0ead20 commit c68ab4f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Tickets.astro
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ try {
return a.startDate < b.startDate ? -1 : a.startDate > b.startDate ? 1 : 0;
})
.slice(0, 3);
console.info(events.length)
}
} catch (error) {
console.debug('Impossible to load events from api.eventitech.it')
Expand Down

0 comments on commit c68ab4f

Please sign in to comment.