1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 16:48:04 +02: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));
});
/**
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',

View File

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