mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
remove console.log
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user