Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
ziollek committed Nov 6, 2024
1 parent 4e7f72b commit 1dbc840
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vaas/vaas/cluster/mapping.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def __init__(self, mappings: List[DomainMapping]):
)

def provide_related_domains(self, cluster: LogicalCluster) -> List[str]:
print(cluster.name)
result = {m['mapping'].domain for m in self.mappings['static'] if cluster.pk in m['cluster_keys']}
cluster_labels = set(list(cluster.parsed_labels().keys()))
for m in self.mappings['dynamic']:
Expand Down

0 comments on commit 1dbc840

Please sign in to comment.