Skip to content

Commit

Permalink
clean code
Browse files Browse the repository at this point in the history
  • Loading branch information
aliel committed Oct 12, 2023
1 parent 9c4f922 commit efc265a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aleph_client/commands/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ async def get_aggregate_domain_info(account, fqdn):
aggregate = cast(AggregateMessage, message)
if aggregate.content.key == "domains":
for domain, info in aggregate.content.content.items():
print("===", domain, fqdn)
if domain == fqdn:
return {
"timestamp": aggregate.content.time,
Expand Down

0 comments on commit efc265a

Please sign in to comment.