Skip to content

Commit

Permalink
hotfix hotfix :P
Browse files Browse the repository at this point in the history
remove debug output for select menu handler
  • Loading branch information
MouseyPounds committed Apr 4, 2024
1 parent 8311401 commit 8c9e85f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stardew-predictor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3966,7 +3966,6 @@ window.onload = function () {
var field = element.id.split('-');
var tab = field[0];
var offset = Number($("#" + tab + "-next").val()) - 20;
console.log("select handler for tab " + tab + " offset " + offset);
updateTab(tab, false, offset);
}

Expand Down

0 comments on commit 8c9e85f

Please sign in to comment.