@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.
@@ -543,7 +543,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
543
543
  originalAddEventListener$1.call(this, type, listener, options);
544
544
  if (this instanceof Element) {
545
545
  const eventType = type.toLowerCase();
546
- console.info("Event type: ", eventType);
547
546
  if (interactiveEvents$1.includes(eventType)) {
548
547
  interactiveElementsRegistry$1.add(this);
549
548
  }
@@ -4654,7 +4653,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
4654
4653
  originalAddEventListener.call(this, type, listener, options);
4655
4654
  if (this instanceof Element) {
4656
4655
  const eventType = type.toLowerCase();
4657
- console.info("Event type: ", eventType);
4658
4656
  if (interactiveEvents.includes(eventType)) {
4659
4657
  interactiveElementsRegistry.add(this);
4660
4658
  }