diff --git a/i18n.config.js b/i18n.config.js index eca10dd..9344a80 100644 --- a/i18n.config.js +++ b/i18n.config.js @@ -70,11 +70,11 @@ module.exports = { ); if (count > 0) { - console.log( + /* console.log( `i18next-scanner: count=${chalk.cyan(count)}, file=${chalk.yellow( JSON.stringify(file.relative) )}` - ); + );*/ } done(); diff --git a/src/components/views/CreateElection.jsx b/src/components/views/CreateElection.jsx index 9e0ea01..1976eb4 100644 --- a/src/components/views/CreateElection.jsx +++ b/src/components/views/CreateElection.jsx @@ -324,7 +324,6 @@ class CreateElection extends Component { }) .then(response => response.json()) .then(result => { - console.log(result); if (result.id) { const nextPage = electorEmails && electorEmails.length diff --git a/src/components/views/CreateSuccess.jsx b/src/components/views/CreateSuccess.jsx index 30433ca..634a133 100644 --- a/src/components/views/CreateSuccess.jsx +++ b/src/components/views/CreateSuccess.jsx @@ -15,7 +15,6 @@ class CreateSuccess extends Component { static contextType = AppContext; constructor(props) { super(props); - console.log(props); const electionSlug = this.props.match.params.slug; this.state = { urlOfVote: @@ -36,7 +35,6 @@ class CreateSuccess extends Component { render() { const {t} = this.props; - console.log(this.props) const electionLink = this.props.invitationOnly ? ( <>

diff --git a/src/components/views/Result.jsx b/src/components/views/Result.jsx index b47cdaf..2bcd73a 100644 --- a/src/components/views/Result.jsx +++ b/src/components/views/Result.jsx @@ -181,7 +181,6 @@ class Result extends Component { candidates && candidates.length > 0 ? Object.keys(candidates[0].profile) : []; - console.log(gradeIds); return (