mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
fix: remove unnecessary console log in new unified diff strategy
This commit is contained in:
@@ -268,7 +268,6 @@ Your diff here
|
|||||||
|
|
||||||
for (const subHunk of subHunks) {
|
for (const subHunk of subHunks) {
|
||||||
const subContextStr = prepareSearchString(subHunk.changes)
|
const subContextStr = prepareSearchString(subHunk.changes)
|
||||||
console.log(subContextStr)
|
|
||||||
const subSearchResult = findBestMatch(subContextStr, subHunkResult, 0, this.confidenceThreshold)
|
const subSearchResult = findBestMatch(subContextStr, subHunkResult, 0, this.confidenceThreshold)
|
||||||
|
|
||||||
if (subSearchResult.confidence >= this.confidenceThreshold) {
|
if (subSearchResult.confidence >= this.confidenceThreshold) {
|
||||||
|
|||||||
Reference in New Issue
Block a user