Skip to content

Commit

Permalink
remove some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Mar 11, 2024
1 parent e38c844 commit 23f0ddc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions DuckDuckGo/AutocompleteViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -165,14 +165,8 @@ class AutocompleteViewController: UIViewController {
}

private func cancelInFlightRequests() {
// if let inFlightRequest = lastRequest {
// inFlightRequest.cancel()
// lastRequest = nil
// }

task?.cancel()
task = nil

}

private func requestSuggestions(query: String) {
Expand Down

0 comments on commit 23f0ddc

Please sign in to comment.