We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38ea430 commit 5bdc0f6Copy full SHA for 5bdc0f6
src/Components/ScheduleItem/index.tsx
@@ -75,7 +75,6 @@ export default class ScheduleItem extends React.Component<
75
76
const [hourString, minString] = schedule.time.split(':', 2)
77
const time = new Date(Date.UTC(2020, 3, 25, parseInt(hourString), parseInt(minString)))
78
- console.log(hourString, minString, time)
79
80
return (
81
<li className={scheduleItemClasses}>
0 commit comments