Browse Source

fix: remove unnecessary console log in new unified diff strategy

Daniel Riccio 1 year ago
parent
commit
ab1a7a511f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/core/diff/strategies/new-unified/index.ts

+ 0 - 1
src/core/diff/strategies/new-unified/index.ts

@@ -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) {