diff --git a/nostr_dvm/utils/wot_utils.py b/nostr_dvm/utils/wot_utils.py index 69bf4cc..76030e6 100644 --- a/nostr_dvm/utils/wot_utils.py +++ b/nostr_dvm/utils/wot_utils.py @@ -162,7 +162,6 @@ async def _build_network_from(index_map, network_graph, visited_pk=None, depth=2 # extend the network graph network_graph.update(following) - print('current network: ' + str(len(index_map)) + ' npubs', end='\r') if depth == 1: return index_map, network_graph