Remove debug for formData
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 18 Dec 2017 18:51:41 +0000 (13:51 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 18 Dec 2017 18:51:41 +0000 (13:51 -0500)
Remove the console.log for formData

views/front/registrations/registration.html

index cd65fa4..262e224 100644 (file)
@@ -346,7 +346,6 @@ var app = {
             'parentFormId': '',
             'formData': false
         };
-        console.log( 'formData:', formData );
         $.ajax({
             type: 'POST',
             url: ajaxUrl,