summaryrefslogtreecommitdiff
path: root/announce.c
diff options
context:
space:
mode:
Diffstat (limited to 'announce.c')
-rw-r--r--announce.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/announce.c b/announce.c
index 9578b0c..87ae91a 100644
--- a/announce.c
+++ b/announce.c
@@ -72,8 +72,6 @@ announce_cb(struct cfg *cfg, struct uring_task *task, int res)
{
struct announce *aev = container_of(task, struct announce, task);
- debug(DBG_ANN, "res %i\n", res);
-
if (task->dead) {
debug(DBG_ANN, "task is dead\n");
return;