From e8a15ee5abe78764eddeeab1984fe9324a9cf833 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 6 Jul 2020 20:00:22 +0200 Subject: paragraph end styling --- .../frontend/views/align/components/annotations/annotation.index.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'animism-align/frontend/views/align/components/annotations/annotation.index.js') diff --git a/animism-align/frontend/views/align/components/annotations/annotation.index.js b/animism-align/frontend/views/align/components/annotations/annotation.index.js index d5c1eed..eccd8b7 100644 --- a/animism-align/frontend/views/align/components/annotations/annotation.index.js +++ b/animism-align/frontend/views/align/components/annotations/annotation.index.js @@ -52,9 +52,6 @@ class AnnotationIndex extends Component { } handleParagraphSelection(annotation) { const { selected_paragraph_id } = this.props.timeline - console.log("___________________") - console.log(annotation) - console.log(selected_paragraph_id) if (!selected_paragraph_id || selected_paragraph_id === -1) { if (annotation.paragraph_id) { actions.align.setSelectedParagraph(annotation.paragraph_id) @@ -63,7 +60,6 @@ class AnnotationIndex extends Component { type: 'paragraph', start_ts: annotation.start_ts, }) .then(data => { - console.log(data.res) actions.align.setSelectedParagraph(data.res.id) annotation.paragraph_id = data.res.id actions.annotation.update(annotation) -- cgit v1.2.3-70-g09d2