Ver código fonte

ZF-10991: backport r24242 to trunk

remove debugging code

- Left in debugging code from fixing the ReCaptcha issue

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24243 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 14 anos atrás
pai
commit
7c5da2297a
1 arquivos alterados com 0 adições e 3 exclusões
  1. 0 3
      library/Zend/Captcha/ReCaptcha.php

+ 0 - 3
library/Zend/Captcha/ReCaptcha.php

@@ -224,9 +224,6 @@ class Zend_Captcha_ReCaptcha extends Zend_Captcha_Base
             $this->_error(self::MISSING_VALUE);
             return false;
         }
-echo "Validating ReCapthca\n";
-echo "    Value: " . var_export($value, 1) . "\n";
-echo "    Context " . var_export($context, 1) . "\n";
 
         if (!is_array($value) && is_array($context)) {
             $value = $context;