Index: branches/dev/html/admin/system/module.php
===================================================================
--- branches/dev/html/admin/system/module.php	(revision 296)
+++ branches/dev/html/admin/system/module.php	(revision 297)
@@ -271,17 +271,4 @@
 		$objQuery->query("UPDATE dtb_payment SET del_flg = 1 WHERE module_id = ?", array($arrRet[0]['module_id']));
 
-		// ¥â¥¸¥å¡¼¥ëÂ¦¤Ëºï½ü¾ðÊó¤òÁ÷¿®¤¹¤ë
-		/*
-		$req = new HTTP_Request(SITE_URL . "load_module.php");
-		$req->addCookie("PHPSESSID", $_COOKIE["PHPSESSID"]);
-		$req->setMethod(HTTP_REQUEST_METHOD_POST);
-		$req->addPostData("module_id", $arrRet[0]['module_id']);
-		$req->addPostData("mode", "module_del");
-		$req->sendRequest();
-		$req->clearPostData();
-		
-		gfprintlog("mode -------------------------------> ".SITE_URL . "load_module.php");
-		*/
-
 		$arrFiles = array();
 		if($arrRet[0]['other_files'] != "") {
