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:
parent
a10013d80b
commit
32f0c32d68
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user