mol_mutable 0.0.945 → 0.0.947

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/node.test.js CHANGED
@@ -917,17 +917,6 @@ var $;
917
917
  return;
918
918
  this.cursor = quant;
919
919
  this.emit($mol_wire_cursor.doubt);
920
- if (pos >= 0 && pos < this.sub_from - 2) {
921
- const pub = this.data[pos];
922
- if (pub instanceof $mol_wire_task)
923
- return;
924
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
925
- const pub = this.data[cursor];
926
- if (pub instanceof $mol_wire_task) {
927
- pub.destructor();
928
- }
929
- }
930
- }
931
920
  }
932
921
  [$mol_dev_format_head]() {
933
922
  return $mol_dev_format_native(this);