Parcourir la source

取消打印调试

林琦海 il y a 5 ans
Parent
commit
0275d2c827
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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;