From 562eba8d7855979afb6a52d87bbfb367bd9c2b42 Mon Sep 17 00:00:00 2001 From: yanas Date: Thu, 7 Apr 2016 13:58:15 -0500 Subject: [PATCH] Removed unused variable --- modules/recorder/Recorder.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/recorder/Recorder.js b/modules/recorder/Recorder.js index e44438072..9f2f7d870 100644 --- a/modules/recorder/Recorder.js +++ b/modules/recorder/Recorder.js @@ -33,7 +33,6 @@ class Recorder { * local participant is not the moderator */ constructor (conference, UI) { - var self = this; this._conference = conference; this._UI = UI;