Skip to content

Commit e41a302

Browse files
committed
chore: clear comment
1 parent 540e2bd commit e41a302

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/app-frontend/src/features/timeline/TimelineView.vue

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -413,9 +413,6 @@ export default defineComponent({
413413
// Same row
414414
otherGroup.y === y
415415
) {
416-
// // eslint-disable-next-line no-console
417-
// if (event.layer.groupsOnly) console.log('checking collision with', otherGroup.firstEvent.id, otherGroup.firstEvent.title)
418-
419416
const otherGroupFirstPos = getPos(otherGroup.firstEvent.time)
420417
const otherGroupLastPos = getPos(otherGroup.lastEvent.time)
421418

0 commit comments

Comments
 (0)