Index: branches/dev/html/admin/mail/sendmail.php
===================================================================
--- branches/dev/html/admin/mail/sendmail.php	(revision 14275)
+++ branches/dev/html/admin/mail/sendmail.php	(revision 14276)
@@ -49,6 +49,4 @@
     $sql = "SELECT * FROM dtb_send_customer WHERE send_id = ? AND (send_flag = 2 OR send_flag IS NULL)";
     $list_data[] = $conn->getAll( $sql, array( $time_data[$i]["send_id"] ) );
-    
-    print_r($list_data);
     
     $sql = "SELECT * FROM dtb_send_history WHERE send_id = ?";
@@ -110,6 +108,5 @@
                       ,'port' => SMTP_PORT_BLAYN                  
                                                   );
-                                                  sfprintr($param);
-                                                  
+
 	 	    //-- Mail_mime¥ª¥Ö¥¸¥§¥¯¥ÈºîÀ®
             $mail_mimeObj = new Mail_mime();
