Skip to content

Commit b2e6df4

Browse files
committed
rm console log
1 parent f3a45c5 commit b2e6df4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/agenda/reservation-list/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ class ReservationList extends Component<ReservationListProps, State> {
132132
}
133133

134134
updateDataSource(reservations: DayAgenda[]) {
135-
console.log('updateDataSource', this.state.version);
136135
this.setState(prev => ({
137136
...prev,
138137
reservations,

0 commit comments

Comments
 (0)