Skip to content

Commit ab927c7

Browse files
committed
Don't print token
1 parent 190ad32 commit ab927c7

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

__tests__/html2/simple/fatModule/speech.skip.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@
3939

4040
const { token, region } = await fetchSpeechServicesCredentials();
4141

42-
console.log(token, region);
43-
4442
const credentials = () => ({ region, authorizationToken: `Bearer ${token}` });
4543

4644
renderWebChat(

__tests__/html2/simple/speech.skip.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@
3030

3131
const { token, region } = await fetchSpeechServicesCredentials();
3232

33-
console.log(token, region);
34-
3533
const credentials = () => ({ region, token: `Bearer ${token}` });
3634

3735
renderWebChat(

0 commit comments

Comments
 (0)