Wubing 1 semana atrás
pai
commit
460c5a0e37
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      app/servers/hall/handler/hallHandler.js

+ 0 - 3
app/servers/hall/handler/hallHandler.js

@@ -2566,12 +2566,9 @@ proto.getUSDTSum = P.coroutine(function* () {
                 skip: skip,
                 limit: Number(limit)
             });
-            console.warn("players.length:",players.length)
             if (players.length > 0) {
                 for (let player of players) {
-                    console.warn("player.diamond:",player.diamond)
                     all += player.diamond
-                    console.warn("all:",all)
                 }
             }else {
                 break