Skip to content

Commit 418ebbe

Browse files
authored
chore: remove comments
1 parent 18882b2 commit 418ebbe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/core/tools/multiApplyDiffTool.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -660,7 +660,6 @@ ${errorDetails ? `\nTechnical details:\n${errorDetails}\n` : ""}
660660
let totalSearchBlocks = 0
661661
for (const operation of operations) {
662662
for (const diffItem of operation.diff) {
663-
// Content is guaranteed to be a string due to early validation
664663
const searchBlocks = (diffItem.content.match(/<<<<<<< SEARCH/g) || []).length
665664
totalSearchBlocks += searchBlocks
666665
}

0 commit comments

Comments
 (0)