From efc265a790783cb7d75166f7f2686ba1a35bce9c Mon Sep 17 00:00:00 2001 From: aliel Date: Thu, 12 Oct 2023 14:49:14 +0200 Subject: [PATCH] clean code --- src/aleph_client/commands/domain.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/aleph_client/commands/domain.py b/src/aleph_client/commands/domain.py index 0aa7729c..e76fa423 100644 --- a/src/aleph_client/commands/domain.py +++ b/src/aleph_client/commands/domain.py @@ -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,