ps-toolkit-ui 1.10.31 → 1.10.32

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.
@@ -329,7 +329,6 @@
329
329
  LangClass.prototype.get = function (area, c, k, v) {
330
330
  var _this = this;
331
331
  if (v === void 0) { v = null; }
332
- console.log(area, c, k, v, '$$$$$$$$$$$$$$');
333
332
  if (k != null && (/^-?\d+$/.test(k) || /^\d+\.\d+$/.test(k))) {
334
333
  return k;
335
334
  }