mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-11 19:02:16 +02:00
removed console.log
This commit is contained in:
parent
d453d4c163
commit
80328acf7a
@ -1969,6 +1969,5 @@ export default class BattleScene extends SceneBase {
|
|||||||
rewards: rewards ? rewards.map(r => r.type.name) : [],
|
rewards: rewards ? rewards.map(r => r.type.name) : [],
|
||||||
};
|
};
|
||||||
(window as any).gameInfo = gameInfo;
|
(window as any).gameInfo = gameInfo;
|
||||||
console.log(gameInfo);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user