mirror of
https://github.com/xvzc/SpoofDPI.git
synced 2025-01-19 09:12:19 +00:00
delete unnecessary debug
This commit is contained in:
parent
1b561eff3d
commit
8bda470afd
@ -158,7 +158,7 @@ func (from *Conn) Serve(to *Conn, proto string) {
|
||||
break
|
||||
}
|
||||
|
||||
log.Debug(proto, from.RemoteAddr(), " sent data: ", len(buf), "bytes\n\n", string(buf))
|
||||
log.Debug(proto, from.RemoteAddr(), " sent data: ", len(buf), "bytes")
|
||||
|
||||
if _, err := to.Write(buf); err != nil {
|
||||
log.Debug(proto+"Error Writing to ", to.RemoteAddr())
|
||||
|
Loading…
Reference in New Issue
Block a user