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 6235eae commit ae7cf99Copy full SHA for ae7cf99
src/components/DurationBoxes/index.js
@@ -79,7 +79,6 @@ export const DurationBox = ({
79
80
if (endX < 0) return null
81
if (isNaN(startX) || isNaN(endX)) return null
82
- console.log({ durationColor, color })
83
84
return (
85
<Box
src/components/MainLayout/index.stories.js
@@ -88,7 +88,6 @@ export const ExampleMiscLayer = () => {
88
durationGroups={durationGroups}
89
onChangeTimestamps={() => null}
90
onChangeDurationGroups={(newDurationGroups) => {
91
- console.log(newDurationGroups.asMutable())
92
setDurationGroups(newDurationGroups)
93
}}
94
/>
0 commit comments