From 9851fb5038ec36bd386fecb0da8731ea9cb04a55 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Mon, 13 Jan 2020 17:39:46 +0800 Subject: [PATCH] 1 --- third_party/f7 | 2 +- webapp/controller/RankController.class.php | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/third_party/f7 b/third_party/f7 index 28da41e..ae2892c 160000 --- a/third_party/f7 +++ b/third_party/f7 @@ -1 +1 @@ -Subproject commit 28da41e6f70c40f14f23fde87e9482df1f614544 +Subproject commit ae2892cd49716cf1ecce6004f534e2e0830cc37d diff --git a/webapp/controller/RankController.class.php b/webapp/controller/RankController.class.php index c96a011..54a56c7 100644 --- a/webapp/controller/RankController.class.php +++ b/webapp/controller/RankController.class.php @@ -83,7 +83,6 @@ class RankController{ $r = $this->getRedis(); $channel = phpcommon\extractChannel($account_id); $pass_rank_db = $r->get("game2003api:pass_rank_" . $channel); - error_log(json_decode($pass_rank_db)); $pass_db = json_decode($pass_rank_db); $pass_list = $this->getRank($account_id, $pass_db, $myname, $myavatar_url); $i = 0;