From 9b93066cbeccc0f6b439a31e13c5eea8e1b3198e Mon Sep 17 00:00:00 2001 From: rejas Date: Thu, 24 Dec 2020 00:56:21 +0100 Subject: [PATCH] Remove unused variable --- modules/default/calendar/calendar.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/default/calendar/calendar.js b/modules/default/calendar/calendar.js index 2cce00c7..2e7887f6 100755 --- a/modules/default/calendar/calendar.js +++ b/modules/default/calendar/calendar.js @@ -595,8 +595,6 @@ Module.register("calendar", { * @param {object} calendarConfig The config of the specific calendar */ addCalendar: function (url, auth, calendarConfig) { - var self = this; - this.sendSocketNotification("ADD_CALENDAR", { id: this.identifier, url: url,