Index: /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8106)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.php	(revision 8107)
@@ -218,6 +218,4 @@
 	}
 	
-	sfprintr($arrXML);
-	
 	// ¥¨¥é¡¼¤¬¤¢¤ë¤«¥Á¥§¥Ã¥¯¤¹¤ë
 	$err_code = sfGetXMLValue($arrXML,'RESULT','ERR_CODE');
Index: /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc
===================================================================
--- /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8106)
+++ /temp/trunk/data/downloads/module/mdl_epsilon/mdl_epsilon.inc	(revision 8107)
@@ -101,6 +101,4 @@
 	}
 	
-	sfprintr($response);
-	
 	// XML¥Ñ¡¼¥µ¤òÀ¸À®¤¹¤ë¡£
 	$parser = xml_parser_create();
@@ -115,4 +113,6 @@
 	xml_parser_free($parser);
 	
+	sfprintr($arrVal);
+	
 	return $arrVal;
 }
