mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-27 02:32:21 +02:00
removed a stray log
This commit is contained in:
parent
5e2dab0d44
commit
53de26c01a
@ -93,7 +93,6 @@ export default class RunInfoUiHandler extends UiHandler {
|
|||||||
const run = args[0];
|
const run = args[0];
|
||||||
// Assigning information necessary for the UI's creation
|
// Assigning information necessary for the UI's creation
|
||||||
this.runInfo = this.scene.gameData.parseSessionData(JSON.stringify(run.entry));
|
this.runInfo = this.scene.gameData.parseSessionData(JSON.stringify(run.entry));
|
||||||
console.log(this.runInfo);
|
|
||||||
this.isVictory = run.isVictory;
|
this.isVictory = run.isVictory;
|
||||||
this.pageMode = RunInfoUiMode.MAIN;
|
this.pageMode = RunInfoUiMode.MAIN;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user