@appsurify-testmap/rrweb 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.
package/dist/rrweb.cjs CHANGED
@@ -666,7 +666,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
666
666
  originalAddEventListener$1.call(this, type, listener, options);
667
667
  if (this instanceof Element) {
668
668
  const eventType = type.toLowerCase();
669
- console.info("Event type: ", eventType);
670
669
  if (interactiveEvents$1.includes(eventType)) {
671
670
  interactiveElementsRegistry$1.add(this);
672
671
  }
@@ -5715,7 +5714,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
5715
5714
  originalAddEventListener.call(this, type, listener, options);
5716
5715
  if (this instanceof Element) {
5717
5716
  const eventType = type.toLowerCase();
5718
- console.info("Event type: ", eventType);
5719
5717
  if (interactiveEvents.includes(eventType)) {
5720
5718
  interactiveElementsRegistry.add(this);
5721
5719
  }