ps-toolkit-ui 1.17.43 → 1.17.44

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.
@@ -2688,7 +2688,6 @@
2688
2688
  }
2689
2689
  else if (_this.type === exports.InputType.Tree || _this.type === exports.InputType.TreeRadio) {
2690
2690
  _this.rows = _this.getRows(result, null);
2691
- console.log(_this.rows);
2692
2691
  }
2693
2692
  if (done) {
2694
2693
  done();
@@ -2709,7 +2708,6 @@
2709
2708
  }
2710
2709
  else if (this.type === exports.InputType.Tree || this.type === exports.InputType.TreeRadio) {
2711
2710
  this.rows = this.getRows(result_1, null);
2712
- console.log(this.rows);
2713
2711
  }
2714
2712
  }
2715
2713
  }