mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 08:47:35 +08:00
rm log
This commit is contained in:
@@ -593,7 +593,6 @@ func createNode(w http.ResponseWriter, r *http.Request) {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
logic.UpdateHostFromClient(&data.Host, host) // update the in memory struct values
|
logic.UpdateHostFromClient(&data.Host, host) // update the in memory struct values
|
||||||
logger.Log(0, fmt.Sprintf("HOST ----------> %+v\n", data.Host))
|
|
||||||
err = logic.UpsertHost(host)
|
err = logic.UpsertHost(host)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
logger.Log(0, r.Header.Get("user"),
|
logger.Log(0, r.Header.Get("user"),
|
||||||
|
Reference in New Issue
Block a user