Remove debug traces.

This commit is contained in:
Jade Welton
2026-07-10 14:36:38 -07:00
parent d3d6bbe572
commit 5cd2b78c9c
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -141,8 +141,6 @@ async function createCosmosClientForSQLAccount(
? process.env.NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN
: "";
console.log(`DEBUG: RBAC Token: ${rbacToken ? "Present" : "Not Present"}`);
if (rbacToken) {
clientOptions.tokenProvider = async (): Promise<string> => {
const AUTH_PREFIX = `type=aad&ver=1.0&sig=`;