mol_plot_all 1.2.1432 → 1.2.1434

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.js CHANGED
@@ -585,17 +585,6 @@ var $;
585
585
  return;
586
586
  this.cursor = quant;
587
587
  this.emit($mol_wire_cursor.doubt);
588
- if (pos >= 0 && pos < this.sub_from - 2) {
589
- const pub = this.data[pos];
590
- if (pub instanceof $mol_wire_task)
591
- return;
592
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
593
- const pub = this.data[cursor];
594
- if (pub instanceof $mol_wire_task) {
595
- pub.destructor();
596
- }
597
- }
598
- }
599
588
  }
600
589
  [$mol_dev_format_head]() {
601
590
  return $mol_dev_format_native(this);