Skip to content

Commit 6e397ee

Browse files
committed
cleanup
1 parent aa31991 commit 6e397ee

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

acceptor.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import (
1919
"bufio"
2020
"bytes"
2121
"crypto/tls"
22-
"fmt"
2322
"io"
2423
"net"
2524
"runtime/debug"
@@ -233,7 +232,6 @@ func (a *Acceptor) invalidMessage(msg *bytes.Buffer, err error) {
233232
func (a *Acceptor) handleConnection(netConn net.Conn) {
234233
defer func() {
235234
if err := recover(); err != nil {
236-
fmt.Println("asdqwe", a.globalLog)
237235
a.globalLog.OnEventf("Connection Terminated with Panic: %s", debug.Stack())
238236
}
239237

0 commit comments

Comments
 (0)