@appsurify-testmap/rrweb-record 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.
@@ -1629,7 +1629,6 @@ function snapshot(n2, options) {
1629
1629
  stylesheetLoadTimeout,
1630
1630
  keepIframeSrcFn = () => false
1631
1631
  } = options || {};
1632
- console.debug(`${Date.now()} [rrweb-snapshot] snapshot:options:`, options);
1633
1632
  const maskInputOptions = maskAllInputs === true ? {
1634
1633
  color: true,
1635
1634
  date: true,
@@ -12193,7 +12192,6 @@ function record(options = {}) {
12193
12192
  ignoreCSSAttributes = /* @__PURE__ */ new Set([]),
12194
12193
  errorHandler: errorHandler2
12195
12194
  } = options;
12196
- console.debug(`${Date.now()} [rrweb] record:options:`, options);
12197
12195
  registerErrorHandler(errorHandler2);
12198
12196
  const inEmittingFrame = recordCrossOriginIframes ? window.parent === window : true;
12199
12197
  let passEmitsToParent = false;