1
0
mirror of https://github.com/juanfont/headscale.git synced 2025-08-01 13:46:49 +02:00

Removed leftover temp code

This commit is contained in:
Josef Citrine 2021-10-01 21:39:09 +01:00
parent a10013d80b
commit 32f0c32d68

View File

@ -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