Skip to content

Commit d7d65d5

Browse files
committed
lint
1 parent 71451b9 commit d7d65d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/util/CodeWhispererFileContextProvider.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,6 @@ class DefaultCodeWhispererFileContextProvider(private val project: Project) : Fi
297297

298298
// BM250 only take list of string as argument
299299
// step 2: bm25 calculation
300-
val timeBeforeBm25 = System.currentTimeMillis()
301300
val top3Chunks: List<BM25Result> = BM250kapi(first60Chunks.map { it.content }).topN(query)
302301

303302
yield()

0 commit comments

Comments
 (0)