removing print_r lines from mgmt import model
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Sep 2017 20:04:11 +0000 (16:04 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 27 Sep 2017 20:04:11 +0000 (16:04 -0400)
removing some of the print_r testing from the mgmt import model file

models/admin/management/jobsImport.php

index c31148d..7a195c6 100644 (file)
@@ -179,11 +179,7 @@ class GlmMembersAdmin_management_jobsImport
                     }else if( $value['post'] == "60 days" ){
                         $post_exp = 60;
                     }    
-                    echo "-----------------------------------------------<br>";
-                    echo '<pre>', print_r($value['descr']), '</pre>';
-                    echo "-----------------------------------------------<br>";
-                    
-                
+
                    $this->wpdb->insert( $table,
                        array(
                            'old_id'=>$value['id'],