Remove logging printf

This commit is contained in:
Roger A. Light
2026-01-28 21:02:40 +00:00
parent ebd3f228e0
commit 9ccdf203ab

View File

@@ -268,7 +268,6 @@ int handle__subscribe(struct mosquitto *context)
if(context->protocol != mosq_p_mqtt31){
if(payloadlen == 0){
/* No subscriptions specified, protocol error. */
fprintf(stderr, "no payload\n");
return MOSQ_ERR_MALFORMED_PACKET;
}
}