Browse Source

取消打印调试

林琦海 5 years ago
parent
commit
0275d2c827
1 changed files with 0 additions and 1 deletions
  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;