Skip to content

Commit

Permalink
fix: unexpected debug output
Browse files Browse the repository at this point in the history
This close: #7
  • Loading branch information
graugans authored Apr 12, 2024
1 parent 3314064 commit a2bcd6d
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 a2bcd6d

Please sign in to comment.