ps-toolkit-ui 1.9.83 → 1.9.85

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.
@@ -1825,7 +1825,6 @@
1825
1825
  d[n] = [d[n], vl];
1826
1826
  }
1827
1827
  }
1828
- console.log(d, '$$$$$$$$$$$$$$$');
1829
1828
  }
1830
1829
  };
1831
1830
  this.inputs.forEach(function (inp) {
@@ -1848,7 +1847,6 @@
1848
1847
  }
1849
1848
  }
1850
1849
  else {
1851
- console.log(inp.name, vl);
1852
1850
  setD(inp.name, vl);
1853
1851
  }
1854
1852
  }
@@ -8127,7 +8125,6 @@
8127
8125
  }
8128
8126
  finally { if (e_1) throw e_1.error; }
8129
8127
  }
8130
- console.log(this.searchForm ? this.searchForm.data(d) : 'null', 'this.searchForm.data()');
8131
8128
  return this.searchForm ? this.searchForm.data(d) : d;
8132
8129
  };
8133
8130
  TableClass.prototype.getUrl = function (url) {