diff --git a/e2e/parse/firstMessagePart.go b/e2e/parse/firstMessagePart.go index c862b50d24fd1c676cd69c8653279124c38af059..ae907af3d2b921f69a3770f1ad0aa8e1da72541d 100644 --- a/e2e/parse/firstMessagePart.go +++ b/e2e/parse/firstMessagePart.go @@ -9,7 +9,6 @@ package parse import ( "encoding/binary" - "fmt" "time" jww "github.com/spf13/jwalterweatherman" @@ -44,9 +43,6 @@ func newFirstMessagePart(mt catalog.MessageType, id uint32, numParts uint8, // Create the message structure m := firstMessagePartFromBytes(make([]byte, size)) - fmt.Printf("len of contents: %d"+ - "\nsize: %d\n"+ - "len m.contents: %d\n", len(contents), size, len(m.Contents)) // Set the message type binary.BigEndian.PutUint32(m.Type, uint32(mt))