Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
bananu7 committed Apr 4, 2024
1 parent 42affdc commit c9360aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Channel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export function Channel(props: ChannelProps) {

const db = faderPosToDb(vol);
const gain = dbToGain(db);
console.log(`Setting gain for ${props.name} to ${gain}, dB = ${db}, pos=${vol}`)

props.controller.setGain(gain);
}, [props.controller]);
Expand Down

0 comments on commit c9360aa

Please sign in to comment.