Skip to content

Commit

Permalink
remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
iMartzen committed Oct 25, 2023
1 parent 963cc25 commit dec6e3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/week.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ export default class Week extends React.Component {
),
"react-datepicker__week--keyboard-selected": this.isKeyboardSelected(),
};
console.log(weekNumberClasses);
return (
<div className={classnames(weekNumberClasses)}>{this.renderDays()}</div>
);
Expand Down

0 comments on commit dec6e3c

Please sign in to comment.