diff --git a/src/util/games/ghost.ts b/src/util/games/ghost.ts index 4982483..6fca8e3 100644 --- a/src/util/games/ghost.ts +++ b/src/util/games/ghost.ts @@ -150,7 +150,6 @@ export async function saveGhostBattleResult(body: wm.protobuf.SaveGameResultRequ // --------------GHOST BATTLE SELECTION MODE-------------- // Calling save ghost history battle function (BASE_PATH/src/util/games/games_util/ghost_history.ts) let ghost_historys: any; - console.log(body.rgResult!.selectionMethod); switch (body.rgResult!.selectionMethod) {