remove console.log

pull/156/head^2
Hans Bakker 2015-06-01 20:51:21 +02:00
parent 3b43fe7431
commit a3f2f7c039
1 changed files with 0 additions and 1 deletions

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