mirror of
https://github.com/ascribe/onion.git
synced 2025-02-14 21:10:27 +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));
|
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 = {
|
this.dropdownButtonStyle = {
|
||||||
background: 'none',
|
background: 'none',
|
||||||
color: 'black',
|
color: 'black',
|
||||||
|
@ -254,8 +254,6 @@ let EditionSummary = React.createClass({
|
|||||||
verbListIndices.push(index);
|
verbListIndices.push(index);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log('Here are the verbs to open');
|
|
||||||
console.log(verbListIndices);
|
|
||||||
return verbListIndices;
|
return verbListIndices;
|
||||||
},
|
},
|
||||||
getActions(){
|
getActions(){
|
||||||
|
Loading…
Reference in New Issue
Block a user