Skip to content

Commit

Permalink
remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
maximeor committed Jan 12, 2022
1 parent a225faf commit 01ac870
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion public/jsComponents/progressView.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ var OperationalCompetenceView = function (_React$Component3) {
_createClass(OperationalCompetenceView, [{
key: 'render',
value: function render() {
console.log(this.props.operationalCompetenceDatas);
if (this.props.mobiledisplay) {
return React.createElement(
'div',
Expand Down

0 comments on commit 01ac870

Please sign in to comment.