Skip to content

Commit 992f71d

Browse files
removed console
1 parent e58aa18 commit 992f71d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

extensions/teams/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ import {
1414
import { TeamsBot } from "./teamsBot";
1515
import config from "./config";
1616

17-
// Log app configuration but never log secrets
18-
console.log(`Microsoft App Tenant ID: ${config.tenantId}`);
19-
console.log(`Microsoft App ID: ${config.botId}`);
20-
2117
// Create adapter.
2218
// See https://aka.ms/about-bot-adapter to learn more about adapters.
2319
const credentialsFactory = new ConfigurationServiceClientCredentialFactory({

extensions/teams/scripts/enable-service-principal.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ async function createServicePrincipal() {
1111
process.exit(1);
1212
}
1313

14-
console.log(`Creating service principal for AAD application with ID: ${appId}`);
15-
1614
try {
1715
// Check if Azure CLI is installed and logged in
1816
await execPromise('az account show');

0 commit comments

Comments
 (0)