From 32f0c32d688100dcad388b1e5c572c5cc43153ae Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Fri, 1 Oct 2021 21:39:09 +0100 Subject: [PATCH] Removed leftover temp code --- preauth_keys.go | 1 - 1 file changed, 1 deletion(-) diff --git a/preauth_keys.go b/preauth_keys.go index eda2ee6e..55d2f14c 100644 --- a/preauth_keys.go +++ b/preauth_keys.go @@ -62,7 +62,6 @@ func (h *Headscale) CreatePreAuthKeyWithSubnet(namespaceName string, reusable bo // GetPreAuthKeys returns the list of PreAuthKeys for a namespace func (h *Headscale) GetPreAuthKeys(namespaceName string) (*[]PreAuthKey, error) { - h.getAvailableIP() // temp n, err := h.GetNamespace(namespaceName) if err != nil { return nil, err