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