Skip to content

Commit efc265a

Browse files
committed
clean code
1 parent 9c4f922 commit efc265a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aleph_client/commands/domain.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ async def get_aggregate_domain_info(account, fqdn):
3232
aggregate = cast(AggregateMessage, message)
3333
if aggregate.content.key == "domains":
3434
for domain, info in aggregate.content.content.items():
35-
print("===", domain, fqdn)
3635
if domain == fqdn:
3736
return {
3837
"timestamp": aggregate.content.time,

0 commit comments

Comments
 (0)