mirror of
https://github.com/EchoVault/SugarDB.git
synced 2025-10-14 12:13:54 +08:00
Removed print statement in simple string encoding function
This commit is contained in:
@@ -43,7 +43,6 @@ func (server *Server) handleConnection(conn net.Conn) {
|
||||
if cmd, err := serialization.Decode(message); err != nil {
|
||||
// Return error to client
|
||||
serialization.Encode(connRW, fmt.Sprintf("Error %s", err.Error()))
|
||||
fmt.Println("Server: ", err)
|
||||
continue
|
||||
} else {
|
||||
// Return encoded message to client
|
||||
|
Reference in New Issue
Block a user