Skip to content

Commit

Permalink
Fix extraneous logging (CORE-399)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgasper committed Apr 12, 2024
1 parent f77c875 commit 0e0984f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export default class Registrants extends React.Component {
const {
statisticsData,
} = this.props;
console.log(JSON.stringify(statisticsData, null, 4));
let submissionDate;
const statistic = (statisticsData || []).find(x => x.handle === registrant.memberHandle);
if (statistic && statistic.submissions && statistic.submissions.length > 0) {
Expand Down

0 comments on commit 0e0984f

Please sign in to comment.