mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
console.logs removed
This commit is contained in:
parent
6fd8152d22
commit
b8f7527a0b
@ -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',
|
||||
|
@ -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(){
|
||||
|
Loading…
Reference in New Issue
Block a user