mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Removed console logging
This commit is contained in:
parent
48ce08d2aa
commit
689ee461ed
1 changed files with 0 additions and 2 deletions
|
@ -896,8 +896,6 @@
|
|||
self.bindVolumeSlider = function () {
|
||||
self.volumeSlider.on('slidestop', function () {
|
||||
|
||||
console.log("slideStop");
|
||||
|
||||
var vol = this.value;
|
||||
|
||||
self.updateVolumeButtons(vol);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue