Skip to content

Commit

Permalink
remove debug statement
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Whitehead <[email protected]>
  • Loading branch information
andrewwhitehead committed Nov 21, 2019
1 parent 065ee50 commit 204af41
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions aries_cloudagent/protocols/connections/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,8 +593,6 @@ async def create_static_connection(
their_verkey = bytes_to_b58(their_verkey_bin)
their_info = DIDInfo(their_did, their_verkey, {})

print(their_info, my_info)

# Create connection record
connection = ConnectionRecord(
initiator=ConnectionRecord.INITIATOR_SELF,
Expand Down

0 comments on commit 204af41

Please sign in to comment.