From c7044d3805778aaebafbd4478270852be33d6a0e Mon Sep 17 00:00:00 2001 From: wangwei01 Date: Thu, 4 Jul 2019 19:48:12 +0800 Subject: [PATCH] 1 --- webapp/controller/RoleController.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/webapp/controller/RoleController.class.php b/webapp/controller/RoleController.class.php index bb5b8a3..49f6e6f 100644 --- a/webapp/controller/RoleController.class.php +++ b/webapp/controller/RoleController.class.php @@ -583,7 +583,6 @@ class RoleController{ $i = 0; $item_list = array(); foreach ($weight_array as $item) { - error_log(json_encode($item)); if ($item[0] >= Rand(0, 10000)) { $item_id = $item_id_array[0]; $item_num = $num_array[0];