Skip to content

Commit

Permalink
Removed print_r in recapcha helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathew White committed Nov 8, 2015
1 parent 349bcad commit 572e49f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/helpers/recaptchalib_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public function verifyResponse($remoteIp, $response)
$answers = json_decode($getResponse, true);
$recaptchaResponse = new ReCaptchaResponse();

print_r($answers);
if (trim($answers['success']) == true) {
$recaptchaResponse->success = true;
} else {
Expand Down

0 comments on commit 572e49f

Please sign in to comment.