diff --git a/client/index.js b/client/index.js index 93a92ab..84b7113 100644 --- a/client/index.js +++ b/client/index.js @@ -14,7 +14,6 @@ function persistRsvp(hasRsvped = true) { } function rsvpButtonClicked() { - console.log("here"); persistRsvp(true); }