Index: branches/dev/html/admin/mail/index.php
===================================================================
--- branches/dev/html/admin/mail/index.php	(revision 13483)
+++ branches/dev/html/admin/mail/index.php	(revision 13493)
@@ -414,6 +414,4 @@
         $dtb_send_history["send_id"] = $objQuery->nextval('dtb_send_history', 'send_id');
     }
-    
-    //print("dtb_send_history:");print_r($dtb_send_history);print("<br>");
 	if ( is_array( $search_data ) ){
 		
@@ -425,5 +423,4 @@
 			$dtb_send_customer["email"] = $line["email"];
 			$dtb_send_customer["name"] = $line["name01"] . " " . $line["name02"];			       	
-            print_r($dtb_send_customer);exit;
             if(DB_TYPE=="pgsql"){
                 $conn->autoExecute("dtb_send_customer", $dtb_send_customer );					
