mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-26 04:11:24 +00:00
removed logging
This commit is contained in:
@@ -100,24 +100,6 @@ const initTestExplorer = async (): Promise<void> => {
|
||||
portalRunnerDatabaseAccount
|
||||
);
|
||||
|
||||
console.log("token:" + token);
|
||||
console.log("db:" + databaseAccount);
|
||||
console.log(
|
||||
notebooksTestRunnerTenantId +
|
||||
"," +
|
||||
notebooksTestRunnerClientId +
|
||||
"," +
|
||||
notebooksTestRunnerClientSecret +
|
||||
"," +
|
||||
portalRunnerDatabaseAccount +
|
||||
"," +
|
||||
portalRunnerDatabaseAccountKey +
|
||||
"," +
|
||||
portalRunnerSubscripton +
|
||||
"," +
|
||||
portalRunnerResourceGroup
|
||||
);
|
||||
|
||||
const initTestExplorerContent = {
|
||||
type: MessageTypes.InitTestExplorer,
|
||||
inputs: {
|
||||
|
||||
Reference in New Issue
Block a user