Remove debug print

This commit is contained in:
Masaaki Goshima 2020-08-19 00:41:55 +09:00
parent 19f905fcd7
commit 9c8cd890af
1 changed files with 0 additions and 1 deletions

View File

@ -952,7 +952,6 @@ func (e *Encoder) run(code *opcode) error {
} else {
e.encodeByte('{')
e.encodeBytes(field.key)
fmt.Println("code.typ = ", code.typ)
v := *(*interface{})(unsafe.Pointer(&interfaceHeader{
typ: code.typ,
ptr: unsafe.Pointer(ptr),