From 46ada494015b632498949bf7a0737e0bb2410a60 Mon Sep 17 00:00:00 2001 From: Markus Hilger Date: Thu, 2 Jul 2026 22:07:48 +0200 Subject: [PATCH] Remove stray debug write to /etc/whatnowhosts --- confluent_client/bin/confluent2hosts | 1 - 1 file changed, 1 deletion(-) diff --git a/confluent_client/bin/confluent2hosts b/confluent_client/bin/confluent2hosts index d21bc643..d31708bb 100644 --- a/confluent_client/bin/confluent2hosts +++ b/confluent_client/bin/confluent2hosts @@ -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 = {}