From: Steve Sutton Date: Thu, 4 Jan 2018 14:05:56 +0000 (-0500) Subject: Remove console log X-Git-Tag: v1.0.0^2~101 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cc6c6b9d70604dd227d2d90fdfd7436af3e71486;p=WP-Plugins%2Fglm-member-db-registrations.git Remove console log Get rid of debug stuff. --- diff --git a/views/admin/registrations/eventRegistrants.html b/views/admin/registrations/eventRegistrants.html index 5ad3add..af9b1a5 100644 --- a/views/admin/registrations/eventRegistrants.html +++ b/views/admin/registrations/eventRegistrants.html @@ -197,7 +197,6 @@ jQuery(document).ready(function($){ $('.glm-view-fields').click(function(e){ e.preventDefault(); var field_id = $(this).data('id'); - console.log(field_id); $( field_id ).toggle(); });