diff --git a/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js b/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js index 977196782726e..e8399a09bb37d 100644 --- a/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js +++ b/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js @@ -50,8 +50,6 @@ function SnapshotCommitListItem({data: itemData, index, style}: Props) { const handleMouseDown = ({buttons, target}: any) => { if (buttons === 1) { selectCommitIndex(index); - - // TODO Count for border/margin startCommitDrag({ commitIndex: index, left: target.getBoundingClientRect().left,