Skip to content

Commit

Permalink
chore: remove unnecessary logs
Browse files Browse the repository at this point in the history
Signed-off-by: Micah Peltier <micah6_8@yahoo.com>
  • Loading branch information
mepeltier committed May 14, 2024
1 parent b15558b commit 00a1f52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aries_cloudagent/transport/pack_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@ async def parse_message(
) -> Tuple[dict, MessageReceipt]:
"""Pass an incoming message to the appropriately versioned PackWireFormat."""

# create a flag to enable experimental DCV2 support, check that here
if session.profile.settings.get("experimental_didcomm_v2"):
LOGGER.debug("Checking DIDComm version")
pack_format = self.get_for_packed_msg(message_body)
else:
LOGGER.debug("Defaulting to V1 wire format")
pack_format = self.v1pack_format

return await pack_format.parse_message(session, message_body)
Expand Down

0 comments on commit 00a1f52

Please sign in to comment.