Skip to content

Commit e092153

Browse files
committed
chore: remove logs
1 parent 8623165 commit e092153

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

frontend/src/components/Schedule/Schedule.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ const ScheduledTimeline: FC<ScheduledTimelineProps> = ({
9292
handleSelection,
9393
halfHourWidth = 100,
9494
}) => {
95-
console.log(rides);
96-
9795
const [nameDisplayMode, setNameDisplayMode] = useState<'student' | 'driver'>(
9896
'student'
9997
);

0 commit comments

Comments
 (0)