From a3f2f7c0396c26a5e723666bcfcf59b2999d7c0d Mon Sep 17 00:00:00 2001 From: Hans Bakker Date: Mon, 1 Jun 2015 20:51:21 +0200 Subject: [PATCH] remove console.log --- .../www_static/polymer/more-infos/more-info-media_player.html | 1 - 1 file changed, 1 deletion(-) 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() {