Skip to content

Commit fb17b9a

Browse files
committed
chore: remove outdated comment
1 parent cd26999 commit fb17b9a

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/main/kotlin/com/github/lppedd/cc/completion/ConventionalCommitTextCompletionContributor.kt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ internal class ConventionalCommitTextCompletionContributor : CompletionContribut
304304

305305
private class LookupCreationListener : LookupManagerListener {
306306
override fun activeLookupChanged(oldLookup: Lookup?, newLookup: Lookup?) {
307-
// isCompletion == true means the Lookup had already been created before and has been reused.
308-
// For our use case it means we've already installed the Lookup enhancer on that instance
309307
if (newLookup is LookupImpl && !isLookupEnhancerInstalled(newLookup)) {
310308
installLookupEnhancer(newLookup)
311309
}

0 commit comments

Comments
 (0)