missed a log

This commit is contained in:
Matthew Olker 2024-06-02 11:48:15 -04:00
parent c46b93d3b5
commit 230800dddd
1 changed files with 0 additions and 1 deletions

View File

@ -1070,7 +1070,6 @@ export default class StarterSelectUiHandler extends MessageUiHandler {
const row = Math.floor(this.cursor / 9);
switch (button) {
case Button.UP:
console.log(this.cursor);
if (row) {
success = this.setCursor(this.cursor - 9);
} else {