Removed console logging

This commit is contained in:
Tim Hobbs
2014-03-20 03:58:30 -07:00
parent 48ce08d2aa
commit 689ee461ed
-2
View File
@@ -896,8 +896,6 @@
self.bindVolumeSlider = function () {
self.volumeSlider.on('slidestop', function () {
console.log("slideStop");
var vol = this.value;
self.updateVolumeButtons(vol);