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(){