@appsurify-testmap/rrweb 2.1.0-alpha.1 → 2.1.0-alpha.2

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
@@ -1641,7 +1641,6 @@ function snapshot(n2, options) {
1641
1641
  stylesheetLoadTimeout,
1642
1642
  keepIframeSrcFn = () => false
1643
1643
  } = options || {};
1644
- console.debug(`${Date.now()} [rrweb-snapshot] snapshot:options:`, options);
1645
1644
  const maskInputOptions = maskAllInputs === true ? {
1646
1645
  color: true,
1647
1646
  date: true,
@@ -14122,7 +14121,6 @@ function record(options = {}) {
14122
14121
  ignoreCSSAttributes = /* @__PURE__ */ new Set([]),
14123
14122
  errorHandler: errorHandler2
14124
14123
  } = options;
14125
- console.debug(`${Date.now()} [rrweb] record:options:`, options);
14126
14124
  registerErrorHandler(errorHandler2);
14127
14125
  const inEmittingFrame = recordCrossOriginIframes ? window.parent === window : true;
14128
14126
  let passEmitsToParent = false;