tape: Remove print statements
This commit is contained in:
parent
5989a82bee
commit
877698d402
@ -352,7 +352,6 @@ func peekSlice(decoder *Decoder, tag Tag) (Tag, int, error) {
|
||||
currentTag = elem
|
||||
offset = n
|
||||
dimension += 1
|
||||
fmt.Println(n)
|
||||
if elem.Is(OTA) {
|
||||
if !populated {
|
||||
// default to a large byte array, will be
|
||||
|
Loading…
Reference in New Issue
Block a user