Removed unused variable

This commit is contained in:
yanas
2016-04-07 13:58:15 -05:00
parent 351775a1c0
commit 562eba8d78
-1
View File
@@ -33,7 +33,6 @@ class Recorder {
* local participant is not the moderator
*/
constructor (conference, UI) {
var self = this;
this._conference = conference;
this._UI = UI;