Removed leftover console log message

This commit is contained in:
Wlowscha 2025-03-29 02:52:08 +01:00
parent 05aedc707d
commit 7cea1fa6a1
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -1174,7 +1174,6 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
this.blockInput = false;
} else {
ui.revertMode().then(() => {
console.log("exitCallback", this.exitCallback);
if (this.exitCallback instanceof Function) {
const exitCallback = this.exitCallback;
this.exitCallback = null;