Skip to content

Commit 087a513

Browse files
Remove console
1 parent 2083933 commit 087a513

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1521,8 +1521,6 @@ export class DatePicker extends Component<DatePickerProps, DatePickerState> {
15211521
}
15221522

15231523
render(): React.ReactElement | null {
1524-
console.log("Test");
1525-
15261524
const calendar = this.renderCalendar();
15271525

15281526
if (this.props.inline) return calendar;

0 commit comments

Comments
 (0)