@appsurify-testmap/rrweb-player 2.0.0-alpha.31 → 2.0.0-alpha.32

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.
@@ -575,7 +575,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
575
575
  originalAddEventListener$1.call(this, type, listener, options);
576
576
  if (this instanceof Element) {
577
577
  const eventType = type.toLowerCase();
578
- console.info("Event type: ", eventType);
579
578
  if (interactiveEvents$1.includes(eventType)) {
580
579
  interactiveElementsRegistry$1.add(this);
581
580
  }
@@ -4690,7 +4689,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
4690
4689
  originalAddEventListener.call(this, type, listener, options);
4691
4690
  if (this instanceof Element) {
4692
4691
  const eventType = type.toLowerCase();
4693
- console.info("Event type: ", eventType);
4694
4692
  if (interactiveEvents.includes(eventType)) {
4695
4693
  interactiveElementsRegistry.add(this);
4696
4694
  }