Index: temp/trunk/html/rss/product.php
===================================================================
--- temp/trunk/html/rss/product.php	(revision 6569)
+++ temp/trunk/html/rss/product.php	(revision 6570)
@@ -38,6 +38,4 @@
 		$arrProduct[$key]["price02"] = sfPreTax($arrProduct[$key]["price02"], $arrSiteInfo["tax"], $arrSiteInfo["tax_rule"]);
 		
-		sfprintr($arrProduct[$key]["price02"]);
-		
 		// ²èÁü¥Õ¥¡¥¤¥ë¤ÎURL¥»¥Ã¥È
 		(file_exists(IMAGE_SAVE_DIR . $arrProduct[$key]["main_list_image"])) ? $dir = IMAGE_SAVE_URL_RSS : $dir = IMAGE_TEMP_URL_RSS;
@@ -55,6 +53,4 @@
 	$arrProduct = $objQuery->getall("SELECT product_id, name AS product_name FROM dtb_products");
 }
-exit;
-
 
 //¾¦ÉÊ¾ðÊó¤ò¥»¥Ã¥È
