Skip to content

Commit

Permalink
chore: remove println
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Baliasnikov committed Jul 19, 2023
1 parent 768ff60 commit 124e6af
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ class PingProtocolSteps {

@Then("{actor} gets trusted ping message back")
fun recipientGetTrustedPingMessageBack(recipient: Actor) {

println(HttpListener.receivedResponse()!!)

val didcommResponse: Message = EdgeAgent.unpackMessage(
HttpListener.receivedResponse()!!
)
Expand Down

0 comments on commit 124e6af

Please sign in to comment.