Skip to content

Commit 83ce0be

Browse files
committed
Remove debug log
1 parent 26d3f3d commit 83ce0be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

common/bufio/copy.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ func CopyPacket(destinationConn N.PacketWriter, source N.PacketReader) (n int64,
252252
if cachedPackets != nil {
253253
n, err = WritePacketWithPool(originSource, destinationConn, cachedPackets)
254254
if err != nil {
255-
println("err in write cached packets")
256255
return
257256
}
258257
}

0 commit comments

Comments
 (0)