Skip to content

Commit e0429ae

Browse files
committed
remove debug printing
1 parent ad6b2bb commit e0429ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

objects/slice.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
package objects
1616

1717
import (
18-
"fmt"
1918
"io"
2019

2120
"github.com/go-air/pal/indexing"
@@ -68,7 +67,6 @@ func (slot *Slot) PlainEncode(w io.Writer) error {
6867
}
6968

7069
func (slot *Slot) PlainDecode(r io.Reader) error {
71-
fmt.Printf("slot decode %p %p %p %p\n", slot, slot.I, &slot.Ptr, &slot.Obj)
7270
return plain.DecodeJoin(r, " ", slot.I, &slot.Ptr, &slot.Obj)
7371
}
7472

0 commit comments

Comments
 (0)