Index: /temp/trunk/html/products/list.php
===================================================================
--- /temp/trunk/html/products/list.php	(revision 10111)
+++ /temp/trunk/html/products/list.php	(revision 10222)
@@ -214,6 +214,4 @@
 	$objPage->arrProducts = $objQuery->select("*", "vw_products_allclass AS allcls", $where, $arrval);
 	
-	sfprintr($objQuery->getlastquery(false));
-	
 	// µ¬³ÊÌ¾°ìÍ÷
 	$arrClassName = sfGetIDValueList("dtb_class", "class_id", "name");
Index: /temp/trunk/html/admin/products/index.php
===================================================================
--- /temp/trunk/html/admin/products/index.php	(revision 10111)
+++ /temp/trunk/html/admin/products/index.php	(revision 10222)
@@ -267,6 +267,4 @@
 			// ¸¡º÷·ë²Ì¤Î¼èÆÀ
 			$objPage->arrProducts = $objQuery->select($col, $from, $where, $arrval);
-			
-	sfprintr($objQuery->getlastquery(false));
 			
 			break;
