From b8f7527a0b7e62dce75a640d84ae2246de22c9a4 Mon Sep 17 00:00:00 2001 From: Cevo Date: Fri, 9 Oct 2015 14:32:45 +0200 Subject: [PATCH] console.logs removed --- js/components/ascribe_buttons/acl_information_button.js | 8 -------- js/components/ascribe_detail/edition.js | 2 -- 2 files changed, 10 deletions(-) diff --git a/js/components/ascribe_buttons/acl_information_button.js b/js/components/ascribe_buttons/acl_information_button.js index 8aa5fcdc..048e1179 100644 --- a/js/components/ascribe_buttons/acl_information_button.js +++ b/js/components/ascribe_buttons/acl_information_button.js @@ -79,14 +79,6 @@ let AclInformationButton = React.createClass({ titleStyle, infoStyle, exampleStyle)); }); - /** - for (let i = 0; i < titleList.length; i++){ - rows.push(createJSXTextSnippet(getLangText(titleList[i]), getLangText(infoSentenceList[i]), - getLangText(exampleSentenceList[i]), - titleStyle, infoStyle, exampleStyle)); - } - */ - this.dropdownButtonStyle = { background: 'none', color: 'black', diff --git a/js/components/ascribe_detail/edition.js b/js/components/ascribe_detail/edition.js index 0d1218f5..9d96d527 100644 --- a/js/components/ascribe_detail/edition.js +++ b/js/components/ascribe_detail/edition.js @@ -254,8 +254,6 @@ let EditionSummary = React.createClass({ verbListIndices.push(index); } }); - console.log('Here are the verbs to open'); - console.log(verbListIndices); return verbListIndices; }, getActions(){