mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-03 11:57:39 +03:00
Remove debug log
This commit is contained in:
parent
26d3f3d91b
commit
83ce0be4d4
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ func CopyPacket(destinationConn N.PacketWriter, source N.PacketReader) (n int64,
|
|||
if cachedPackets != nil {
|
||||
n, err = WritePacketWithPool(originSource, destinationConn, cachedPackets)
|
||||
if err != nil {
|
||||
println("err in write cached packets")
|
||||
return
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue