Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely committed Dec 17, 2024
1 parent 8da13aa commit 168a6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/speaker/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const updateVolumeLevel = async () => {
const volume = Number(volumeLevel.value);
if (jsmpeg)
jsmpeg.volume = volume;
console.log('updateVolumeLevel=', volume );
// console.log('updateVolumeLevel=', volume );
await speakeravailableConnect( volume );
}
}
Expand Down

0 comments on commit 168a6b4

Please sign in to comment.