Explorar el Código

remove one log

stanley-king hace 2 años
padre
commit
9289dbf43a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      helper/refill/api/test/baidu/RefillPhone.php

+ 0 - 1
helper/refill/api/test/baidu/RefillPhone.php

@@ -46,7 +46,6 @@ class RefillPhone extends refill\IRefillPhone
             return [false, '系统错误'];
         } else {
             $rand = mt_rand(0,1);
-//            Log::record("query return rand : $resp", Log::DEBUG);
             return [$rand , ''];
         }
     }