mol_wire_lib 1.0.1455 → 1.0.1457

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/web.mjs CHANGED
@@ -358,17 +358,6 @@ var $;
358
358
  return;
359
359
  this.cursor = quant;
360
360
  this.emit($mol_wire_cursor.doubt);
361
- if (pos >= 0 && pos < this.sub_from - 2) {
362
- const pub = this.data[pos];
363
- if (pub instanceof $mol_wire_task)
364
- return;
365
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
366
- const pub = this.data[cursor];
367
- if (pub instanceof $mol_wire_task) {
368
- pub.destructor();
369
- }
370
- }
371
- }
372
361
  }
373
362
  [$mol_dev_format_head]() {
374
363
  return $mol_dev_format_native(this);