Skip to content
Snippets Groups Projects
Commit 1a337ca7 authored by Josh Brooks's avatar Josh Brooks
Browse files

Remove spammy fmt.Print

parent 7cee1148
No related branches found
No related tags found
1 merge request!510Release
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment