1
0
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:
Cevo 2015-10-09 14:32:45 +02:00
parent 6fd8152d22
commit b8f7527a0b
2 changed files with 0 additions and 10 deletions

View File

@ -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',

View File

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