@glimt/record 0.0.57 → 0.0.58

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/record.cjs CHANGED
@@ -10412,13 +10412,6 @@ class MutationBuffer {
10412
10412
  for (const mut of muts) {
10413
10413
  this.processMutation(mut);
10414
10414
  }
10415
- debugLog(
10416
- "processed mutations from storm",
10417
- "overrideStorm:",
10418
- overrideStorm,
10419
- "buffer id:",
10420
- this.bufId
10421
- );
10422
10415
  this.emit();
10423
10416
  });
10424
10417
  __publicField(this, "processMutations", (mutations) => {