Skip to content

Commit

Permalink
syft: remove unused print statements
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham3121 committed Jan 20, 2022
1 parent 36fd911 commit 81679a4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ def process(
msg: INPUT_MESSAGES,
verify_key: VerifyKey,
) -> OUTPUT_MESSAGES:
print(RoleManagerService.msg_handler_map[type(msg)])
return RoleManagerService.msg_handler_map[type(msg)](
msg=msg, node=node, verify_key=verify_key
)
Expand Down

0 comments on commit 81679a4

Please sign in to comment.