mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-04 08:27:27 +08:00
removing pubkey update
This commit is contained in:
@@ -473,7 +473,6 @@ func GetNodeByMacAddress(network string, macaddress string) (models.Node, error)
|
||||
}
|
||||
|
||||
record, err := database.FetchRecord(database.NODES_TABLE_NAME, key)
|
||||
log.Println("RECORD:",record)
|
||||
if err != nil {
|
||||
return models.Node{}, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user