2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-04 12:07:58 +00:00

Remove stray debug write to /etc/whatnowhosts

This commit is contained in:
Markus Hilger
2026-07-02 22:07:48 +02:00
parent 89c710f8c3
commit 46ada49401
-1
View File
@@ -183,7 +183,6 @@ def main():
names.append(fqdn)
names = ' '.join(names)
merger.add_entry(ipdb[node][currnet], names)
merger.write_out('/etc/whatnowhosts')
else:
namesbynode = {}
ipbynode = {}