From 9ccdf203abd8a192cda441707cc078da10df4684 Mon Sep 17 00:00:00 2001 From: "Roger A. Light" Date: Wed, 28 Jan 2026 21:02:40 +0000 Subject: [PATCH] Remove logging printf --- src/handle_subscribe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/handle_subscribe.c b/src/handle_subscribe.c index 5d6d26e0..032c63d1 100644 --- a/src/handle_subscribe.c +++ b/src/handle_subscribe.c @@ -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; } }