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
|
currentTag = elem
|
||||||
offset = n
|
offset = n
|
||||||
dimension += 1
|
dimension += 1
|
||||||
fmt.Println(n)
|
|
||||||
if elem.Is(OTA) {
|
if elem.Is(OTA) {
|
||||||
if !populated {
|
if !populated {
|
||||||
// default to a large byte array, will be
|
// default to a large byte array, will be
|
||||||
|
Loading…
x
Reference in New Issue
Block a user