removing log

This commit is contained in:
collin 2025-06-30 15:58:10 +02:00
parent d431f34e72
commit 7e3b7d3f21
No known key found for this signature in database

View file

@ -14,7 +14,6 @@ function persistRsvp(hasRsvped = true) {
}
function rsvpButtonClicked() {
console.log("here");
persistRsvp(true);
}