Skip to content

Commit

Permalink
removed log line
Browse files Browse the repository at this point in the history
  • Loading branch information
absolutelightning committed Dec 29, 2024
1 parent 65ec193 commit 545d42e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,6 @@ func (ts *Server) OnTraffic(c gnet.Conn) gnet.Action {

// Server Commands
command, args, err := parseCommand(inp)
fmt.Println("on traffic", command)
if err != nil {
respondErr(c, err)
return gnet.None
Expand Down

0 comments on commit 545d42e

Please sign in to comment.