@appsurify-testmap/rrweb-replay 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.
@@ -147,7 +147,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
147
147
  originalAddEventListener$1.call(this, type, listener, options);
148
148
  if (this instanceof Element) {
149
149
  const eventType = type.toLowerCase();
150
- console.info("Event type: ", eventType);
151
150
  if (interactiveEvents$1.includes(eventType)) {
152
151
  interactiveElementsRegistry$1.add(this);
153
152
  }
@@ -4258,7 +4257,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
4258
4257
  originalAddEventListener.call(this, type, listener, options);
4259
4258
  if (this instanceof Element) {
4260
4259
  const eventType = type.toLowerCase();
4261
- console.info("Event type: ", eventType);
4262
4260
  if (interactiveEvents.includes(eventType)) {
4263
4261
  interactiveElementsRegistry.add(this);
4264
4262
  }