summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--live/js/live/vlc.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/live/js/live/vlc.js b/live/js/live/vlc.js
index 927f3a4..3b8aa23 100644
--- a/live/js/live/vlc.js
+++ b/live/js/live/vlc.js
@@ -67,10 +67,6 @@ var VLC = new Class({
playerSetup: function(){
this.vlc = $(this.id);
this.newVlcApi = (this.vlc.VersionInfo != null);
- if (this.newVlcApi) {
- // disable logging.
- this.vlc.log.verbosity = -1;
- }
// add here new actions these class might support:
var actions = {
play: { check: this.isPlaying, toggle: this.togglePlay },