mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
remove console.log
This commit is contained in:
parent
3b43fe7431
commit
a3f2f7c039
@ -90,7 +90,6 @@
|
|||||||
if (newVal) {
|
if (newVal) {
|
||||||
this.volumeSliderValue = newVal.attributes.media_volume * 100;
|
this.volumeSliderValue = newVal.attributes.media_volume * 100;
|
||||||
this.isMuted = newVal.attributes.media_is_volume_muted;
|
this.isMuted = newVal.attributes.media_is_volume_muted;
|
||||||
console.log(this.isMuted);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
this.debounce('more-info-volume-animation-finish', function() {
|
this.debounce('more-info-volume-animation-finish', function() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user