From 5cd2b78c9c5fd12da82090122914cf285584aa23 Mon Sep 17 00:00:00 2001 From: Jade Welton Date: Fri, 10 Jul 2026 14:36:38 -0700 Subject: [PATCH] Remove debug traces. --- test/fx.ts | 2 -- test/testData.ts | 2 -- test/testExplorer/TestExplorer.ts | 1 - 3 files changed, 5 deletions(-) diff --git a/test/fx.ts b/test/fx.ts index 2bc0710c6..e3a5400af 100644 --- a/test/fx.ts +++ b/test/fx.ts @@ -116,7 +116,6 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes // We can't retrieve AZ CLI credentials from the browser so we get them here. const token = await getAzureCLICredentialsToken(); const accountName = getAccountName(accountType); - console.log(`DEBUG: Using account name: ${accountName} for account type: ${accountType}`); const params = new URLSearchParams(); params.set("accountName", accountName); params.set("resourceGroup", resourceGroupName); @@ -134,7 +133,6 @@ export async function getTestExplorerUrl(accountType: TestAccount, options?: Tes //const nosqlRbacToken = getNoSqlRbacToken(); const nosqlRbacToken = process.env.NOSQL_TESTACCOUNT_TOKEN; - console.log(`DEBUG: Using nosqlRbacToken: ${nosqlRbacToken ? "Present" : "Not Present"}`); const nosqlReadOnlyRbacToken = process.env.NOSQL_READONLY_TESTACCOUNT_TOKEN; const nosqlContainerCopyRbacToken = process.env.NOSQL_CONTAINERCOPY_TESTACCOUNT_TOKEN; diff --git a/test/testData.ts b/test/testData.ts index a783dc2e2..267ea5da4 100644 --- a/test/testData.ts +++ b/test/testData.ts @@ -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 => { const AUTH_PREFIX = `type=aad&ver=1.0&sig=`; diff --git a/test/testExplorer/TestExplorer.ts b/test/testExplorer/TestExplorer.ts index 056db5a31..ec116928e 100644 --- a/test/testExplorer/TestExplorer.ts +++ b/test/testExplorer/TestExplorer.ts @@ -31,7 +31,6 @@ const mongo32RbacToken = urlSearchParams.get("mongo32RbacToken") || process.env. const mongoReadOnlyRbacToken = urlSearchParams.get("mongoReadOnlyRbacToken") || process.env.MONGO_READONLY_TESTACCOUNT_TOKEN || ""; const tenantId = urlSearchParams.get("tenantId") || process.env.AZURE_TENANT_ID || ""; -console.log(`DEBUG: Using tenantId: ${tenantId ? tenantId : "Not Present"}`); const initTestExplorer = async (): Promise => { updateUserContext({