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:
@@ -33,7 +33,6 @@ func encodeSimpleString(wr *resp.Writer, tokens []string) error {
|
||||
default:
|
||||
return fmt.Errorf(wrong_args_error, strings.ToUpper(tokens[0]))
|
||||
case 2:
|
||||
fmt.Println(tokens[0], tokens[1])
|
||||
wr.WriteSimpleString(tokens[1])
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user