From 78096210980b0c80789ddf6e6f774fce5aa7e908 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Tue, 24 Feb 2026 00:20:17 +0000 Subject: [PATCH] mosquitto_ctrl: Remove debug printf --- apps/mosquitto_ctrl/ctrl_shell.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/mosquitto_ctrl/ctrl_shell.c b/apps/mosquitto_ctrl/ctrl_shell.c index e2cd906b..530ccdcf 100644 --- a/apps/mosquitto_ctrl/ctrl_shell.c +++ b/apps/mosquitto_ctrl/ctrl_shell.c @@ -513,10 +513,6 @@ static void on_connect_reconnect(struct mosquitto *mosq, void *userdata, int rc) mosquitto_subscribe(mosq, NULL, data.subscription_list[i], 1); } } - - char buf[1024]; - my_get_address(mosquitto_socket(mosq), buf, 1024, NULL); - ctrl_shell_printf("%s\n", buf); }