ow-eengine-power 2.8.6 → 2.8.7

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.
@@ -2767,8 +2767,6 @@ class us {
2767
2767
  * @returns 解析结果包含回路号、相序、起始塔索引、结束塔索引
2768
2768
  */
2769
2769
  parseWireEntityName(t) {
2770
- if (t == "导线1_A111-12")
2771
- debugger;
2772
2770
  const s = t.match(/^导线(\d+)_([ABC])\d*(\d+)-(\d+)$/);
2773
2771
  return s ? {
2774
2772
  circuit: parseInt(s[1]),