Skip to content

Commit 5bdc0f6

Browse files
daisylbpatrick91
andauthored
Remove debug logging
Co-Authored-By: Patrick Arminio <[email protected]>
1 parent 38ea430 commit 5bdc0f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Components/ScheduleItem/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ export default class ScheduleItem extends React.Component<
7575

7676
const [hourString, minString] = schedule.time.split(':', 2)
7777
const time = new Date(Date.UTC(2020, 3, 25, parseInt(hourString), parseInt(minString)))
78-
console.log(hourString, minString, time)
7978

8079
return (
8180
<li className={scheduleItemClasses}>

0 commit comments

Comments
 (0)