GoogleTranslate.php
authorChris <chris@roojs.com>
Wed, 2 Apr 2014 13:12:05 +0000 (21:12 +0800)
committerChris <chris@roojs.com>
Wed, 2 Apr 2014 13:12:05 +0000 (21:12 +0800)
GoogleTranslate.php

index a2d7a91..0b13c7c 100644 (file)
@@ -62,7 +62,7 @@ class Pman_Core_GoogleTranslate extends Pman
         if(empty($responseDecoded->data->translations[0]->translatedText)){
             $this->jerr('does not have translated text.', print_r($responseDecoded, true));
         }
-        var_dump($responseDecoded->data->translations[0]->translatedText);
+//        var_dump($responseDecoded->data->translations[0]->translatedText);
         $responseDecoded->data->translations[0]->translatedText = rawurldecode(str_replace(' ', '', $responseDecoded->data->translations[0]->translatedText));
         $this->jok($responseDecoded->data->translations[0]);