mosquitto_ctrl: Remove debug printf

This commit is contained in:
Roger A. Light
2026-02-24 00:20:17 +00:00
parent 6cdc2356eb
commit 7809621098

View File

@@ -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);
}