We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4f922 commit efc265aCopy full SHA for efc265a
src/aleph_client/commands/domain.py
@@ -32,7 +32,6 @@ async def get_aggregate_domain_info(account, fqdn):
32
aggregate = cast(AggregateMessage, message)
33
if aggregate.content.key == "domains":
34
for domain, info in aggregate.content.content.items():
35
- print("===", domain, fqdn)
36
if domain == fqdn:
37
return {
38
"timestamp": aggregate.content.time,
0 commit comments