@highlight-run/rrweb 1.1.19 → 1.1.20

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.
package/dist/index.js CHANGED
@@ -4898,11 +4898,9 @@ function createPlayerService(context, _a) {
4898
4898
  }
4899
4899
  finally { if (e_3) throw e_3.error; }
4900
4900
  }
4901
- console.log('rrweb events about to replace actions', actions);
4902
4901
  if (timer.isActive()) {
4903
4902
  timer.replaceActions(actions);
4904
4903
  }
4905
- console.log('rrweb curEvents', curEvents);
4906
4904
  }
4907
4905
  return __assign(__assign({}, ctx), { events: curEvents });
4908
4906
  }),
@@ -5306,7 +5304,6 @@ var Timer = (function () {
5306
5304
  var _a;
5307
5305
  this.actions.length = 0;
5308
5306
  (_a = this.actions).splice.apply(_a, __spread([0, 0], actions));
5309
- console.log('rrweb events actions', this.actions);
5310
5307
  };
5311
5308
  Timer.prototype.start = function () {
5312
5309
  this.timeOffset = 0;