From 3f07274b5bf4cbcd48553acfb2397165f6b4a5f7 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 18 Dec 2017 13:51:41 -0500 Subject: [PATCH] Remove debug for formData Remove the console.log for formData --- views/front/registrations/registration.html | 1 - 1 file changed, 1 deletion(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index cd65fa4..262e224 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -346,7 +346,6 @@ var app = { 'parentFormId': '', 'formData': false }; - console.log( 'formData:', formData ); $.ajax({ type: 'POST', url: ajaxUrl, -- 2.17.1