remove console.log

This commit is contained in:
Hans Bakker 2015-06-01 20:51:21 +02:00
parent 3b43fe7431
commit a3f2f7c039

View file

@ -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() {