@appsurify-testmap/rrweb-all 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.
@@ -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,
@@ -14102,7 +14101,6 @@ function record(options = {}) {
14102
14101
  ignoreCSSAttributes = /* @__PURE__ */ new Set([]),
14103
14102
  errorHandler: errorHandler2
14104
14103
  } = options;
14105
- console.debug(`${Date.now()} [rrweb] record:options:`, options);
14106
14104
  registerErrorHandler(errorHandler2);
14107
14105
  const inEmittingFrame = recordCrossOriginIframes ? window.parent === window : true;
14108
14106
  let passEmitsToParent = false;