Skip to content

Commit

Permalink
remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
hitesh-1997 committed Nov 20, 2024
1 parent c5805c7 commit 8be4d8f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vscode/src/autoedits/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export function isPredictedTextAlreadyInSuffix(params: {
const maxAddedLineIndex = addedLines[addedLines.length - 1]
const allAddedLines = predictedFileLines.slice(minAddedLineIndex, maxAddedLineIndex + 1)
const allAddedLinesText = allAddedLines.join('\n')
console.log(params.suffix)
console.log(allAddedLinesText)
if (params.suffix.startsWith(allAddedLinesText)) {
return true
}
Expand Down

0 comments on commit 8be4d8f

Please sign in to comment.