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;