aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/AudioBox.tsx
diff options
context:
space:
mode:
authoralyssaf16 <alyssa_feinberg@brown.edu>2024-10-06 15:11:20 -0400
committeralyssaf16 <alyssa_feinberg@brown.edu>2024-10-06 15:11:20 -0400
commitfa54fdf2bf9bf8523da393a81ec1ac1cd4fa0f4c (patch)
tree02290e2210d5a539f24e1059f66144a945bd1c1f /src/client/views/nodes/AudioBox.tsx
parent0d34ea8ab82be1140916a48df4e46ef15c7b23db (diff)
comments
Diffstat (limited to 'src/client/views/nodes/AudioBox.tsx')
-rw-r--r--src/client/views/nodes/AudioBox.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/client/views/nodes/AudioBox.tsx b/src/client/views/nodes/AudioBox.tsx
index 8056ced1e..6a918664c 100644
--- a/src/client/views/nodes/AudioBox.tsx
+++ b/src/client/views/nodes/AudioBox.tsx
@@ -297,7 +297,6 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
},
});
this.Document[DocData].phoneticTranscription = response.data['transcription'];
- console.log('RESPONSE: ' + response.data['transcription']);
};
youtubeUpload = async () => {
@@ -310,13 +309,11 @@ export class AudioBox extends ViewBoxAnnotatableComponent<FieldViewProps>() {
'Content-Type': 'application/json',
},
});
- console.log('RESPONSE: ' + response.data['transcription']);
};
// context menu
specificContextMenu = (): void => {
const funcs: ContextMenuProps[] = [];
- // funcs.push({ description: 'Push info', event: this.pushInfo, icon: 'redo-alt' });
funcs.push({
description: 'Youtube',