remove debug print

This commit is contained in:
end-4
2024-03-08 22:33:03 +07:00
parent 7f3bf94421
commit 6244d5572d
@@ -64,7 +64,6 @@ export default () => {
},
nameSetup: (self) => Utils.timeout(1, () => {
const updateAudioDevice = (self) => {
console.log(Audio.speaker?.stream?.port);
const usingHeadphones = (Audio.speaker?.stream?.port)?.toLowerCase().includes('headphone');
if (volumeIndicator.attribute.headphones === undefined ||
volumeIndicator.attribute.headphones !== usingHeadphones) {