mol_data_all 1.1.1511 → 1.1.1513

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
@@ -1378,17 +1378,6 @@ var $;
1378
1378
  return;
1379
1379
  this.cursor = quant;
1380
1380
  this.emit($mol_wire_cursor.doubt);
1381
- if (pos >= 0 && pos < this.sub_from - 2) {
1382
- const pub = this.data[pos];
1383
- if (pub instanceof $mol_wire_task)
1384
- return;
1385
- for (let cursor = this.pub_from; cursor < this.sub_from; cursor += 2) {
1386
- const pub = this.data[cursor];
1387
- if (pub instanceof $mol_wire_task) {
1388
- pub.destructor();
1389
- }
1390
- }
1391
- }
1392
1381
  }
1393
1382
  [$mol_dev_format_head]() {
1394
1383
  return $mol_dev_format_native(this);