Skip to content

Commit

Permalink
(fix): Fix the debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
zishang520 committed Jul 26, 2024
1 parent babcefa commit 3aec45c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion parser/decoder.go
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ func (d *decoder) decodeString(str types.BufferInterface) (packet *Packet, err e
} else {
if '/' == nsp {
_nsp, err := str.ReadString(',')
fmt.Println(_nsp)
if err != nil {
if err != io.EOF {
return nil, errors.New("Illegal namespace")
Expand Down

0 comments on commit 3aec45c

Please sign in to comment.