Fix: Removing leftover print

This commit is contained in:
Flávio Caetano 2018-09-07 19:17:40 -03:00
parent e540042554
commit 11074817f1
1 changed files with 0 additions and 1 deletions

View File

@ -155,7 +155,6 @@ internal class ReCaptchaWebViewManager {
webview.accessibilityIdentifier = "webview"
webview.accessibilityTraits = UIAccessibilityTraitLink
webview.isHidden = true
print("HIDDEN")
return webview
}()