]> git.ipfire.org Git - telemetry.git/commitdiff
command: Remove debugging line
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2026 16:41:26 +0000 (16:41 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 24 Feb 2026 16:41:26 +0000 (16:41 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/command.c

index 372b93f81a0911dd2164a3b4938beacedb04c363..b27a2cf851e6076e2e9423a738b8855f26d81dd0 100644 (file)
@@ -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;