mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-03-23 08:23:26 +08:00
mosquitto_ctrl: Remove debug printf
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user