From: Michael Tremer Date: Tue, 24 Feb 2026 16:41:26 +0000 (+0000) Subject: command: Remove debugging line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aad8093e96877eed13d4a26a30607a150fd92b5b;p=telemetry.git command: Remove debugging line Signed-off-by: Michael Tremer --- diff --git a/src/daemon/command.c b/src/daemon/command.c index 372b93f..b27a2cf 100644 --- a/src/daemon/command.c +++ b/src/daemon/command.c @@ -642,7 +642,6 @@ static int td_command_child(td_command* self, const char** argv) { // Set capabilities r = td_command_set_caps(self); - ERROR(self->ctx, "CAPS %d\n", r); if (r < 0) return r;