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