From 2bf6746fb7100e998afe639eb973ea19101f4407 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 5 Nov 2012 23:46:27 +0100 Subject: Get rid of some annoyances with peer limits Remove some debug messages, and don't resolve peers again and again we don't want to connect to anyways. --- src/task.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/task.c') 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; -- cgit v1.2.3