mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-17 22:02:18 +02:00
Removed leftover console log message
This commit is contained in:
parent
05aedc707d
commit
7cea1fa6a1
@ -1174,7 +1174,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
|||||||
this.blockInput = false;
|
this.blockInput = false;
|
||||||
} else {
|
} else {
|
||||||
ui.revertMode().then(() => {
|
ui.revertMode().then(() => {
|
||||||
console.log("exitCallback", this.exitCallback);
|
|
||||||
if (this.exitCallback instanceof Function) {
|
if (this.exitCallback instanceof Function) {
|
||||||
const exitCallback = this.exitCallback;
|
const exitCallback = this.exitCallback;
|
||||||
this.exitCallback = null;
|
this.exitCallback = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user