Removed debugging alert

This commit is contained in:
Mark McDowall 2013-11-30 03:09:09 -08:00
parent 00717a638a
commit 517b318b75
1 changed files with 0 additions and 1 deletions

View File

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