1
0
Fork 0
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:
Tim Hobbs 2014-03-20 03:58:30 -07:00
parent 48ce08d2aa
commit 689ee461ed

View file

@ -896,8 +896,6 @@
self.bindVolumeSlider = function () {
self.volumeSlider.on('slidestop', function () {
console.log("slideStop");
var vol = this.value;
self.updateVolumeButtons(vol);