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