mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: remove unnecessary console log in new unified diff strategy
This commit is contained in:
parent
3ce2e0c6bf
commit
ab1a7a511f
1 changed files with 0 additions and 1 deletions
|
|
@ -268,7 +268,6 @@ Your diff here
|
|||
|
||||
for (const subHunk of subHunks) {
|
||||
const subContextStr = prepareSearchString(subHunk.changes)
|
||||
console.log(subContextStr)
|
||||
const subSearchResult = findBestMatch(subContextStr, subHunkResult, 0, this.confidenceThreshold)
|
||||
|
||||
if (subSearchResult.confidence >= this.confidenceThreshold) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue