Abhishek Kondur 2 년 전
부모
커밋
9dd985dadb
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      controllers/node.go

+ 0 - 1
controllers/node.go

@@ -593,7 +593,6 @@ func createNode(w http.ResponseWriter, r *http.Request) {
 				return
 			}
 			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)
 			if err != nil {
 				logger.Log(0, r.Header.Get("user"),