Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Apr 12, 2024
1 parent 5417d4c commit 6d828f9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/OmniBar.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ class OmniBar: UIView {

@objc
private func onTextFieldTapped() {
print(#function, "Pixel")
textFieldTapped = true
textField.becomeFirstResponder()
}
Expand Down

0 comments on commit 6d828f9

Please sign in to comment.