@appsurify-testmap/rrdom 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/rrdom.cjs CHANGED
@@ -119,7 +119,6 @@ EventTarget.prototype.addEventListener = function(type, listener, options) {
119
119
  originalAddEventListener.call(this, type, listener, options);
120
120
  if (this instanceof Element) {
121
121
  const eventType = type.toLowerCase();
122
- console.info("Event type: ", eventType);
123
122
  if (interactiveEvents.includes(eventType)) {
124
123
  interactiveElementsRegistry.add(this);
125
124
  }