@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.
@@ -2329,7 +2329,6 @@
2329
2329
  var now = new Date();
2330
2330
  var today = moment(now).format('YYYY-MM-DD HH:mm');
2331
2331
  if (moment(today).isBetween(eventDate, eventendDate)) {
2332
- debugger;
2333
2332
  isEventRecording_1 = false;
2334
2333
  isEventLive_1 = true;
2335
2334
  if (today >= eventendDate) {