Skip to content
Merged
Prev Previous commit
Next Next commit
Remove no longer needed comment
  • Loading branch information
andrewserong committed Apr 28, 2023
commit b444cc085e878ae71111bb562c3a80a47b9a4e1d
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,6 @@ export function getListViewDropTarget( blocksData, position ) {
return;
}

// Now that we have a candidate block, we can perform more expensive
// checks to determine the drop target.

const candidateBlockParents = getCandidateBlockParents(
candidateBlockData,
blocksData
Expand Down