Commit 984a9070 authored by Jonathan Pulfer's avatar Jonathan Pulfer

Removed debug message

parent 047f15bf
......@@ -255,7 +255,6 @@ func (d *Decoder) push(v interface{}) {
// Pop a value
func (d *Decoder) pop() interface{} {
fmt.Printf("stack before = %#v\n", d.stack)
ln := len(d.stack) - 1
v := d.stack[ln]
d.stack = d.stack[:ln]
......
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