[web] Remove console logging
This commit is contained in:
parent
8996021d83
commit
85955ef13c
|
@ -471,7 +471,6 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
change_stream_volume() {
|
change_stream_volume() {
|
||||||
console.log(this.stream_volume)
|
|
||||||
_audio.setVolume(this.stream_volume / 100)
|
_audio.setVolume(this.stream_volume / 100)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue