From 877698d402351ff025685f4c0f720ce9ee2987c1 Mon Sep 17 00:00:00 2001 From: Sasha Koshka Date: Fri, 4 Jul 2025 14:18:56 -0400 Subject: [PATCH] tape: Remove print statements --- tape/dynamic.go | 1 - 1 file changed, 1 deletion(-) diff --git a/tape/dynamic.go b/tape/dynamic.go index bded11f..e92ad35 100644 --- a/tape/dynamic.go +++ b/tape/dynamic.go @@ -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