Index: temp/trunk/html/test/uehara/file_view.php
===================================================================
--- temp/trunk/html/test/uehara/file_view.php	(revision 8730)
+++ temp/trunk/html/test/uehara/file_view.php	(revision 8731)
@@ -22,8 +22,7 @@
 $ext = $arrResult[count($arrResult)-1];
 
-sfprintr($_GET['file']);
-
 // ¥Õ¥¡¥¤¥ëÆâÍÆÉ½¼¨
 if(in_array($ext, $arrViewFile)) {
+	// ¥Õ¥¡¥¤¥ë¤òÆÉ¤ß¹þ¤ó¤ÇÉ½¼¨
 	header("Content-type: text/plain\n\n");
 	print(sfReadFile(USER_PATH.$_GET['file']));
