Fix: Removing leftover print
This commit is contained in:
parent
e540042554
commit
11074817f1
|
|
@ -155,7 +155,6 @@ internal class ReCaptchaWebViewManager {
|
|||
webview.accessibilityIdentifier = "webview"
|
||||
webview.accessibilityTraits = UIAccessibilityTraitLink
|
||||
webview.isHidden = true
|
||||
print("HIDDEN")
|
||||
|
||||
return webview
|
||||
}()
|
||||
|
|
|
|||
Loading…
Reference in New Issue