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