소스 검색

取消打印调试

林琦海 5 년 전
부모
커밋
0275d2c827
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      vendor/workerman/gatewayclient/Gateway.php

+ 0 - 1
vendor/workerman/gatewayclient/Gateway.php

@@ -1078,7 +1078,6 @@ class Gateway
      */
     protected static function sendCmdAndMessageToClient($client_id, $cmd, $message, $ext_data = '')
     {
-        echo $cmd."\n";
         // 如果是发给当前用户则直接获取上下文中的地址
         if ($client_id === Context::$client_id || $client_id === null) {
             $address       = long2ip(Context::$local_ip) . ':' . Context::$local_port;