summaryrefslogtreecommitdiff
path: root/announce.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-06-16 14:11:58 +0200
committerDavid Härdeman <david@hardeman.nu>2020-06-16 14:11:58 +0200
commit8856becf34868c2ebaefff9baa294c21462f281b (patch)
tree18759a42f8eb7ff4541d1ffa36bed425d7a647a3 /announce.c
parent2aea45f0c9ffc0dcc9857478f086142ccf7811f0 (diff)
Convert most of main.c to use debugging
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;