1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-25 15:33:11 +00:00

Removed debugging alert

This commit is contained in:
Mark McDowall 2013-11-30 03:09:09 -08:00
parent 00717a638a
commit 517b318b75

View file

@ -127,7 +127,6 @@ define(
},
_reloadCalendarEvents: function () {
window.alert('collection changed');
this.$el.fullCalendar('removeEvents');
this._setEventData(this.collection);
}