Skip to content

Commit c12c7d0

Browse files
committed
removing testing tool
1 parent d638307 commit c12c7d0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/calendar/index.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ import Day, {DayProps} from './day/index';
2020
import BasicDay from './day/basic';
2121
import {MarkingProps} from './day/marking';
2222

23-
2423
type MarkedDatesType = {
2524
[key: string]: MarkingProps;
2625
};
@@ -78,8 +77,6 @@ export interface CalendarProps extends CalendarHeaderProps, DayProps {
7877
* @gif: https://github.com/wix/react-native-calendars/blob/master/demo/assets/calendar.gif
7978
*/
8079
const Calendar = (props: CalendarProps) => {
81-
useWhyDidYouUpdate(props.current, props);
82-
8380
const {
8481
initialDate,
8582
current,

0 commit comments

Comments
 (0)