mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-26 21:24:13 +00:00
remove debug statement
This commit is contained in:
@@ -63,9 +63,9 @@ export const TEST_MANUAL_THROUGHPUT_RU_2K = 2000;
|
||||
export const ONE_MINUTE_MS: number = 60 * 1000;
|
||||
|
||||
function tryGetStandardName(accountType: TestAccount) {
|
||||
if (accountType === TestAccount.MongoReadonly) {
|
||||
return "aisayas-e2e-mongo-readonly";
|
||||
}
|
||||
// if (accountType === TestAccount.MongoReadonly) {
|
||||
// return "aisayas-e2e-mongo-readonly";
|
||||
// }
|
||||
if (process.env.DE_TEST_ACCOUNT_PREFIX) {
|
||||
const actualPrefix = process.env.DE_TEST_ACCOUNT_PREFIX.endsWith("-")
|
||||
? process.env.DE_TEST_ACCOUNT_PREFIX
|
||||
|
||||
Reference in New Issue
Block a user