From 387c8c56e80e5710af0f415d42e3d536c362ed63 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 11 Jul 2016 09:08:22 -0400 Subject: [PATCH] Clean up frontHooks Removing the echo statement (debug stuff) --- setup/frontHooks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/frontHooks.php b/setup/frontHooks.php index 7cbecd2..115e344 100644 --- a/setup/frontHooks.php +++ b/setup/frontHooks.php @@ -172,7 +172,7 @@ add_action( 'gform_after_submission', function( $entry, $form ){ if ( !$lead_id ) { return; } - echo '
$glm_leads_entry: ' . print_r( $glm_leads_entry, true ) . '
'; + //echo '
$glm_leads_entry: ' . print_r( $glm_leads_entry, true ) . '
'; // create the lead entry $lead_entry = $this->wpdb->insert( GLM_MEMBERS_LEADS_PLUGIN_DB_PREFIX . 'lead_entry', // table -- 2.17.1