Skip to content

Commit

Permalink
Fix: Removing leftover print
Browse files Browse the repository at this point in the history
  • Loading branch information
fjcaetano committed Sep 7, 2018
1 parent e540042 commit 1107481
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ReCaptcha/Classes/ReCaptchaWebViewManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ internal class ReCaptchaWebViewManager {
webview.accessibilityIdentifier = "webview"
webview.accessibilityTraits = UIAccessibilityTraitLink
webview.isHidden = true
print("HIDDEN")

return webview
}()
Expand Down

0 comments on commit 1107481

Please sign in to comment.