Skip to content

Commit 56adc18

Browse files
committed
feat: remove commented code
Signed-off-by: Micah Peltier <micah6_8@yahoo.com>
1 parent 0cb514f commit 56adc18

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • aries_cloudagent/protocols/out_of_band/v1_0

aries_cloudagent/protocols/out_of_band/v1_0/manager.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,6 @@ async def create_invitation(
133133
"Cannot store metadata without handshake protocols"
134134
)
135135
if public:
136-
# if multi_use:
137-
# raise OutOfBandManagerError(
138-
# "Cannot create public invitation with multi_use"
139-
# )
140136
if metadata:
141137
raise OutOfBandManagerError(
142138
"Cannot store metadata on public invitations"

0 commit comments

Comments
 (0)