fix: Update unknown owner message
All checks were successful
Build Docker / Build Image (push) Successful in 1m10s

Remove logging for DNS rendering
This commit is contained in:
2025-07-12 12:03:36 +10:00
parent 21043fc124
commit 988d03b48c
2 changed files with 2 additions and 11 deletions

View File

@@ -210,7 +210,6 @@ def dns(data, edit=False):
html_output = ""
index = 0
for entry in data:
print(entry, flush=True)
html_output += f"<tr><td>{entry['type']}</td>\n"
if entry['type'] != 'DS' and not entry['type'].startswith("GLUE") and not entry['type'].startswith("SYNTH"):