@sunbird-cb/utils-v2 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2120,7 +2120,6 @@ var EventService = (function () {
2120
2120
  var now = new Date();
2121
2121
  var today = moment(now).format('YYYY-MM-DD HH:mm');
2122
2122
  if (moment(today).isBetween(eventDate, eventendDate)) {
2123
- debugger;
2124
2123
  isEventRecording_1 = false;
2125
2124
  isEventLive_1 = true;
2126
2125
  if (today >= eventendDate) {