Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ekovacs committed Aug 29, 2024
1 parent aa31991 commit 6e397ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions acceptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import (
"bufio"
"bytes"
"crypto/tls"
"fmt"
"io"
"net"
"runtime/debug"
Expand Down Expand Up @@ -233,7 +232,6 @@ func (a *Acceptor) invalidMessage(msg *bytes.Buffer, err error) {
func (a *Acceptor) handleConnection(netConn net.Conn) {
defer func() {
if err := recover(); err != nil {
fmt.Println("asdqwe", a.globalLog)
a.globalLog.OnEventf("Connection Terminated with Panic: %s", debug.Stack())
}

Expand Down

0 comments on commit 6e397ee

Please sign in to comment.