From c84eebc88cba8c994cca9000dd54e1157079ccd0 Mon Sep 17 00:00:00 2001 From: unanmed <1319491857@qq.com> Date: Mon, 4 Mar 2024 20:37:56 +0800 Subject: [PATCH] fix: console.log --- public/libs/events.js | 2 -- public/project/functions.js | 1 - src/ui/book.vue | 2 -- 3 files changed, 5 deletions(-) diff --git a/public/libs/events.js b/public/libs/events.js index d49758a..ec1bcd5 100644 --- a/public/libs/events.js +++ b/public/libs/events.js @@ -174,7 +174,6 @@ events.prototype._gameOver_confirmUpload = function (ending, norank) { core.ui.drawConfirmBox( '你想记录你的ID和成绩吗?', function () { - console.log(2); if (main.isCompetition) { core.events._gameOver_doUpload('', ending, norank); } else { @@ -192,7 +191,6 @@ events.prototype._gameOver_confirmUpload = function (ending, norank) { } }, function () { - console.log(1); if (main.isCompetition) core.events._gameOver_confirmDownload(ending); else core.events._gameOver_doUpload(null, ending, norank); diff --git a/public/project/functions.js b/public/project/functions.js index e51c2c3..cc0232f 100644 --- a/public/project/functions.js +++ b/public/project/functions.js @@ -96,7 +96,6 @@ var functions_d6ad677b_427a_4623_b50f_a445a3b0ef8a = { core.drawText( ['\t[' + (reason || '结局1') + ']你死了。\n如题。'], function () { - console.log(core.status.lockControl); core.events.gameOver(null, replaying); } ); diff --git a/src/ui/book.vue b/src/ui/book.vue index ba1e96e..cbaa0d3 100644 --- a/src/ui/book.vue +++ b/src/ui/book.vue @@ -60,8 +60,6 @@ const floorId = // @ts-ignore core.floorIds[core.status.event?.ui?.index] ?? core.status.floorId; -console.log(floorId); - const enemy = core.getCurrentEnemys(floorId); const toShow: ToShowEnemy[] = enemy.map(v => getDetailedEnemy(v.enemy, floorId)