mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
移除一个多余的日志
This commit is contained in:
parent
4fb36b00ee
commit
ba2b27b02a
|
@ -74,7 +74,6 @@ namespace FastTunnel.Core
|
|||
break;
|
||||
|
||||
var str = Encoding.UTF8.GetString(result, 0, num);
|
||||
Console.Write(str);
|
||||
|
||||
chanel.Send.Send(result, num, SocketFlags.None);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user