Commit 8cd698f0 authored by Jonathan Pulfer's avatar Jonathan Pulfer

And the other debug message...

parent 984a9070
......@@ -258,7 +258,6 @@ func (d *Decoder) pop() interface{} {
ln := len(d.stack) - 1
v := d.stack[ln]
d.stack = d.stack[:ln]
fmt.Printf("stack after = %#v\n", d.stack)
return v
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment