Skip to content

Commit a41df0c

Browse files
committed
fix: remove extraneous logging
1 parent 9b9496f commit a41df0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/ReactTimeSeries/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,6 @@ export const ReactTimeSeriesWithoutContext = ({
160160
// eslint-disable-next-line
161161
}, [annotation?.durations])
162162

163-
console.log({ durationGroups })
164-
165163
const onChangeDurationGroups = useEventCallback((newDurationGroups) => {
166164
onModifySample(
167165
setIn(

0 commit comments

Comments
 (0)