Skip to content

Commit

Permalink
thank you message
Browse files Browse the repository at this point in the history
  • Loading branch information
learyjk committed Sep 5, 2024
1 parent 9770dc4 commit 3412d8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils/form-handlers.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function marketoSendToTrialPage(values, followUpUrl, $form) {
return false;
}
function marketoDisplayThankYou(values, followUpUrl, $form) {
console.log({ values, followUpUrl, $form });
let thankYouMessage = $form.data("thank-you-message");
if (typeof thankYouMessage === "undefined") {
thankYouMessage =
Expand Down

0 comments on commit 3412d8c

Please sign in to comment.