@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.
@@ -1688,7 +1688,6 @@ function snapshot(n2, options) {
1688
1688
  stylesheetLoadTimeout,
1689
1689
  keepIframeSrcFn = () => false
1690
1690
  } = options || {};
1691
- console.debug(`${Date.now()} [rrweb-snapshot] snapshot:options:`, options);
1692
1691
  const maskInputOptions = maskAllInputs === true ? {
1693
1692
  color: true,
1694
1693
  date: true,
@@ -14154,7 +14153,6 @@ function record(options = {}) {
14154
14153
  ignoreCSSAttributes = /* @__PURE__ */ new Set([]),
14155
14154
  errorHandler: errorHandler2
14156
14155
  } = options;
14157
- console.debug(`${Date.now()} [rrweb] record:options:`, options);
14158
14156
  registerErrorHandler(errorHandler2);
14159
14157
  const inEmittingFrame = recordCrossOriginIframes ? window.parent === window : true;
14160
14158
  let passEmitsToParent = false;