Comment test echos for release
authorLaury GvR <laury@gaslightmedia.com>
Fri, 8 Jun 2018 12:36:15 +0000 (08:36 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Fri, 8 Jun 2018 12:36:15 +0000 (08:36 -0400)
models/admin/import/fields.php

index ad9eb0c..a9ebda1 100644 (file)
@@ -238,7 +238,7 @@ class GlmMembersAdmin_import_fields extends GlmDataFieldsCustomFieldsData
                                 $customRow[0]
                             )
                         );
-                        echo '<pre>$memberId: ' . print_r( $memberId, true ) . '</pre>';
+                        //echo '<pre>$memberId: ' . print_r( $memberId, true ) . '</pre>';
                         // We need to get the contact id now
                         // $memberContactId = $this->wpdb->get_var(
                         //     $this->wpdb->prepare(
@@ -250,7 +250,7 @@ class GlmMembersAdmin_import_fields extends GlmDataFieldsCustomFieldsData
                         // );
                         // get the active member info id
                         $memberInfoId = $memberInfoData->getActiveInfoIdForMember( $memberId );
-                        echo '<pre>$memberInfoId: ' . print_r( $memberInfoId, true ) . '</pre>';
+                        //echo '<pre>$memberInfoId: ' . print_r( $memberInfoId, true ) . '</pre>';
                         $customFieldId = $this->wpdb->get_var(
                             $this->wpdb->prepare(
                                 "SELECT id
@@ -259,7 +259,7 @@ class GlmMembersAdmin_import_fields extends GlmDataFieldsCustomFieldsData
                                 $customRow[1]
                             )
                         );
-                        echo '<pre>$customFieldId: ' . print_r( $customFieldId, true ) . '</pre>';
+                        //echo '<pre>$customFieldId: ' . print_r( $customFieldId, true ) . '</pre>';
                         if ( $customFieldId && $memberInfoId ) {
                             $newId = $this->wpdb->insert(
                                 GLM_MEMBERS_FIELDS_PLUGIN_DB_PREFIX .  'custom_field_data',