Skip to content

Commit

Permalink
remove debug print from the test (#261)
Browse files Browse the repository at this point in the history
  • Loading branch information
alovak authored Aug 1, 2023
1 parent a0db8ac commit 8252a73
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions describe_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package iso8583

import (
"bytes"
"fmt"
"testing"

"github.com/moov-io/iso8583/encoding"
Expand Down Expand Up @@ -74,8 +73,6 @@ func TestDescribe(t *testing.T) {
Describe(message, out, DoNotFilterFields()...)
})

fmt.Println(out.String())

expectedOutput := `ISO 8583 Message:
MTI..........: 0100
Bitmap HEX...: 6000000000000000
Expand Down

0 comments on commit 8252a73

Please sign in to comment.