From 13fe4ec91b83b673c29f1f22d83f05aae55eb0eb Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Thu, 22 Jun 2023 10:01:17 +0200 Subject: [PATCH] add script to run integration tests Signed-off-by: Kristoffer Dalby --- hscontrol/poll.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/hscontrol/poll.go b/hscontrol/poll.go index eaf759d..937caee 100644 --- a/hscontrol/poll.go +++ b/hscontrol/poll.go @@ -64,8 +64,6 @@ func (h *Headscale) handlePoll( ) { logInfo, logErr := logPollFunc(mapRequest, machine, isNoise) - // TODO(kradalby): This is a stepping stone, mapper should be initiated once - // per client or something similar mapp := mapper.NewMapper( h.db, h.privateKey2019,