From 76e66b4b77ed06a489bd34ae347901d6507733d3 Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Mon, 13 May 2019 10:23:46 +0800 Subject: [PATCH] 1 --- webapp/controller/EquipController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/EquipController.class.php b/webapp/controller/EquipController.class.php index 8a2d8c7..453d633 100644 --- a/webapp/controller/EquipController.class.php +++ b/webapp/controller/EquipController.class.php @@ -36,7 +36,6 @@ class EquipController{ protected function subCoin($account_id, $equip_id) { - var_dump($equip_id); $e = $this->getEquip($equip_id); if (!$e) { phpcommon\sendError(ERR_USER_BASE + 2, '没有这个装备');