Skip to content

Commit

Permalink
Merge pull request #8 from graugans/bugfix/7
Browse files Browse the repository at this point in the history
fix: unexpected debug output
  • Loading branch information
graugans authored Apr 12, 2024
2 parents 3314064 + a2bcd6d commit 7e8afd8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pcic/protocol.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ func errorParser(data []byte) (ErrorMessage, error) {
}

func asyncResultParser(data []byte) (Frame, error) {
fmt.Printf("Async Data received\n")
frame := Frame{}
var err error
contentDecorated := data[:len(data)-delimiterFieldLength]
Expand Down

0 comments on commit 7e8afd8

Please sign in to comment.