summaryrefslogtreecommitdiffstats
path: root/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/task.c b/src/task.c
index 3483853..ad84a49 100644
--- a/src/task.c
+++ b/src/task.c
@@ -47,8 +47,6 @@ void fastd_task_schedule_handshake(fastd_context *ctx, fastd_peer *peer, int tim
return;
}
- pr_debug(ctx, "scheduling handshake with %P", peer);
-
fastd_task *task = malloc(sizeof(fastd_task));
task->type = TASK_HANDSHAKE;