Skip to content

Commit c9f1d9e

Browse files
Remove comment
1 parent 46a7d67 commit c9f1d9e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/CodeEditSourceEditor/Controller/TextViewController+Lifecycle.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ extension TextViewController {
232232
self.findViewController?.hideFindPanel()
233233
return nil
234234
case (controlKey, " "):
235-
// suggestionController.showWindow()
236235
let autocompleteCoordinators = textCoordinators.map {
237236
($0.val as? AutoCompleteCoordinatorProtocol)?.showAutocompleteWindow()
238237
}

0 commit comments

Comments
 (0)