Skip to content

Commit

Permalink
chore: remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
ZaneH committed Jul 24, 2024
1 parent db7c78f commit a17d7e9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Keyboard/Keyboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ const Keyboard = () => {

const command = status & 0xf0

console.log(status, command)

if (command === 0x90) {
// Note on
setActiveNotes((an) => ({
Expand Down

0 comments on commit a17d7e9

Please sign in to comment.