remove console.log
parent
3b43fe7431
commit
a3f2f7c039
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue