tnx-shared 6.0.10 → 6.0.11

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.
@@ -21514,7 +21514,6 @@
21514
21514
  return '';
21515
21515
  var keyLen = this.keyBytes.length;
21516
21516
  var encBytes = this.base64UrlToBytes(encryptedText);
21517
- console.log('encBytes__', encBytes.map(function (b, i) { return String.fromCharCode(b ^ _this.keyBytes[i % keyLen]); }).join(''));
21518
21517
  return encBytes.map(function (b, i) { return String.fromCharCode(b ^ _this.keyBytes[i % keyLen]); }).join('');
21519
21518
  };
21520
21519
  return T06HelperService;
@@ -22048,7 +22047,6 @@
22048
22047
  });
22049
22048
  }); });
22050
22049
  }
22051
- // console.log(`Lấy quyền từ local storage với key [${key}] và giá trị ${result}`);
22052
22050
  return [2 /*return*/, arr];
22053
22051
  }
22054
22052
  }
@@ -22076,7 +22074,6 @@
22076
22074
  });
22077
22075
  }); });
22078
22076
  }
22079
- console.log("L\u1EA5y quy\u1EC1n v\u1EDBi key [" + key + "] v\u00E0 gi\u00E1 tr\u1ECB " + arr);
22080
22077
  return [2 /*return*/, arr];
22081
22078
  }
22082
22079
  });