diff --git a/homeassistant/components/frontend/www_static/polymer/more-infos/more-info-media_player.html b/homeassistant/components/frontend/www_static/polymer/more-infos/more-info-media_player.html index e4ead342c91..0d97752714d 100644 --- a/homeassistant/components/frontend/www_static/polymer/more-infos/more-info-media_player.html +++ b/homeassistant/components/frontend/www_static/polymer/more-infos/more-info-media_player.html @@ -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() {