Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecM33 committed Aug 7, 2024
1 parent a2e3f64 commit a6fb092
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/command-util.js
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,6 @@ module.exports = {
? abbreviations.home
: abbreviations.away;
const inning = feed.inning();
console.log(batter);
const embed = new EmbedBuilder()
.setTitle(halfInning.toUpperCase() + ' ' + inning + ', ' +
abbreviations.away + ' vs. ' + abbreviations.home + ': Current Batter')
Expand Down

0 comments on commit a6fb092

Please sign in to comment.