Remove debug console.log statement

This commit is contained in:
OriShalhon 2025-01-04 14:30:25 +01:00
parent f996b6e96d
commit 8a1188c650

View File

@ -3648,7 +3648,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
if (!this.starterSpecies.length) { if (!this.starterSpecies.length) {
return false; return false;
} }
console.log("reached tryStart");
const ui = this.getUi(); const ui = this.getUi();