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

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