mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-07-21 21:07:23 +01:00
Remove debug traces.
This commit is contained in:
@@ -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=`;
|
||||
|
||||
Reference in New Issue
Block a user