Skip to content

Commit ae7cf99

Browse files
committed
fix: remove extraneous logging
1 parent 6235eae commit ae7cf99

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/components/DurationBoxes/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ export const DurationBox = ({
7979

8080
if (endX < 0) return null
8181
if (isNaN(startX) || isNaN(endX)) return null
82-
console.log({ durationColor, color })
8382

8483
return (
8584
<Box

src/components/MainLayout/index.stories.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export const ExampleMiscLayer = () => {
8888
durationGroups={durationGroups}
8989
onChangeTimestamps={() => null}
9090
onChangeDurationGroups={(newDurationGroups) => {
91-
console.log(newDurationGroups.asMutable())
9291
setDurationGroups(newDurationGroups)
9392
}}
9493
/>

0 commit comments

Comments
 (0)