1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-17 15:02:34 +02: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);
}