We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 190ad32 commit ab927c7Copy full SHA for ab927c7
2 files changed
__tests__/html2/simple/fatModule/speech.skip.html
@@ -39,8 +39,6 @@
39
40
const { token, region } = await fetchSpeechServicesCredentials();
41
42
- console.log(token, region);
43
-
44
const credentials = () => ({ region, authorizationToken: `Bearer ${token}` });
45
46
renderWebChat(
__tests__/html2/simple/speech.skip.html
@@ -30,8 +30,6 @@
30
31
32
33
34
35
const credentials = () => ({ region, token: `Bearer ${token}` });
36
37
0 commit comments