Index: branches/dev/html/admin/contents/campaign.php
===================================================================
--- branches/dev/html/admin/contents/campaign.php	(revision 209)
+++ branches/dev/html/admin/contents/campaign.php	(revision 233)
@@ -43,7 +43,4 @@
 // ÊÔ½¸½èÍý¤Î¾ì¹ç¤Ï¾õÂÖ¤òÊÝ»ý
 $objPage->is_update = $_POST['is_update'];
-
-sfprintr($_POST);
-
 
 // ¥Õ¥©¡¼¥à¤ÎÃÍ¤ò¥Æ¥ó¥×¥ì¡¼¥È¤ØÅÏ¤¹
Index: branches/dev/html/admin/customer/index.php
===================================================================
--- branches/dev/html/admin/customer/index.php	(revision 216)
+++ branches/dev/html/admin/customer/index.php	(revision 233)
@@ -171,6 +171,4 @@
 		
 		$objPage->search_data = $objConn->getAll($searchSql, $objSelect->arrVal);
-		
-		sfPrintR($objConn->conn->last_query);
 		
 		switch($_POST['mode']) {
Index: branches/dev/html/admin/products/index.php
===================================================================
--- branches/dev/html/admin/products/index.php	(revision 217)
+++ branches/dev/html/admin/products/index.php	(revision 233)
@@ -282,6 +282,4 @@
 			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
 			
-			sfPrintR($objQuery->getlastquery(false));
-			
 			break;
 		}
