From 8856becf34868c2ebaefff9baa294c21462f281b Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Tue, 16 Jun 2020 14:11:58 +0200 Subject: Convert most of main.c to use debugging --- announce.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'announce.c') 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; -- cgit v1.2.3